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 6a709c2 commit 5d09fb4Copy full SHA for 5d09fb4
sycl/source/detail/ur.cpp
@@ -184,14 +184,6 @@ static void initializeAdapters(std::vector<AdapterPtr> &Adapters,
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