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 66efc56 commit 0d50a89Copy full SHA for 0d50a89
sycl/source/detail/program_manager/program_manager.cpp
@@ -984,7 +984,7 @@ ProgramManager::ProgramPtr ProgramManager::build(
984
// online linking is disabled temporarily, all fallback device libraries
985
// will be linked offline. When Level Zero supports online linking, we need
986
// to remove the line of code below and switch back to online linking.
987
- LinkDeviceLibs = true;
+ LinkDeviceLibs = false;
988
989
// TODO: this is a temporary workaround for GPU tests for ESIMD compiler.
990
// We do not link with other device libraries, because it may fail
0 commit comments