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 00a7ff6 commit c552e6dCopy full SHA for c552e6d
sycl/source/detail/ur.cpp
@@ -181,17 +181,6 @@ static void initializeAdapters(std::vector<AdapterPtr> &Adapters,
181
break;
182
}
183
184
- loaderConfigSetCodeLocationCallback(LoaderConfig, codeLocationCallback,
185
- nullptr);
186
-
187
- if (ProgramManager::getInstance().kernelUsesAsan()) {
188
- if (loaderConfigEnableLayer(LoaderConfig, "UR_LAYER_ASAN")) {
189
- loaderConfigRelease(LoaderConfig);
190
- std::cerr << "Failed to enable ASAN layer\n";
191
- return;
192
- }
193
194
195
ur_device_init_flags_t device_flags = 0;
196
CHECK_UR_SUCCESS(loaderInit(device_flags, LoaderConfig));
197
0 commit comments