You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_WARNING("Unable to print OpenCL and SYCL dependent libraries! The LD_LIBRARY_PATH may be incorrectly set"); // Should not reach to this case
122
122
return;
123
123
}
124
124
125
-
LOG("\t Using OpenCL library : " << (!vLDDPaths[0].empty() ? vLDDPaths[0] : "WARNING! OpenCL library not found!"));
125
+
////LOG("\t Using OpenCL library : " << (!vLDDPaths[0].empty() ? vLDDPaths[0] : "WARNING! OpenCL library not found!"));
126
126
127
-
if (!vLDDPaths[1].empty()) { // Implies we are using Intel's DPC++ compiler
128
-
LOG("\t Using OneAPI SYCL library : " << vLDDPaths[1]);
129
-
LOG("\t Using Level Zero library : " << (!vLDDPaths[3].empty() ? vLDDPaths[3] : "WARNING! Level zero library not found! L0 backend may not be available!"));
130
-
}
127
+
////if (!vLDDPaths[1].empty()) { // Implies we are using Intel's DPC++ compiler
128
+
//// LOG("\t Using OneAPI SYCL library : " << vLDDPaths[1]);
129
+
//// LOG("\t Using Level Zero library : " << (!vLDDPaths[3].empty() ? vLDDPaths[3] : "WARNING! Level zero library not found! L0 backend may not be available!"));
130
+
////}
131
131
132
-
if (!vLDDPaths[2].empty())
133
-
LOG("\t Using ComputeCPP library : " << vLDDPaths[2]);
132
+
////if (!vLDDPaths[2].empty())
133
+
//// LOG("\t Using ComputeCPP library : " << vLDDPaths[2]);
0 commit comments