Skip to content

Commit 5d09fb4

Browse files
committed
this was deleted by cbd6b7c
1 parent 6a709c2 commit 5d09fb4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sycl/source/detail/ur.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,6 @@ static void initializeAdapters(std::vector<AdapterPtr> &Adapters,
184184
loaderConfigSetCodeLocationCallback(LoaderConfig, codeLocationCallback,
185185
nullptr);
186186

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-
195187
ur_device_init_flags_t device_flags = 0;
196188
CHECK_UR_SUCCESS(loaderInit(device_flags, LoaderConfig));
197189

0 commit comments

Comments
 (0)