We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31795 commit fe8a06aCopy full SHA for fe8a06a
source/adapters/level_zero/common.cpp
@@ -66,9 +66,6 @@ ur_result_t ze2urResult(ze_result_t ZeResult) {
66
}
67
68
69
-usm::DisjointPoolAllConfigs DisjointPoolConfigInstance =
70
- InitializeDisjointPoolConfig();
71
-
72
// This function will ensure compatibility with both Linux and Windows for
73
// setting environment variables.
74
bool setEnvVar(const char *name, const char *value) {
source/adapters/level_zero/usm.cpp
@@ -21,6 +21,9 @@
21
22
#include <umf_helpers.hpp>
23
24
+usm::DisjointPoolAllConfigs DisjointPoolConfigInstance =
25
+ InitializeDisjointPoolConfig();
26
+
27
ur_result_t umf2urResult(umf_result_t umfResult) {
28
if (umfResult == UMF_RESULT_SUCCESS)
29
return UR_RESULT_SUCCESS;
0 commit comments