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