Skip to content

Commit 0d50a89

Browse files
committed
restore LinkDeviceLibs to false
1 parent 66efc56 commit 0d50a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ ProgramManager::ProgramPtr ProgramManager::build(
984984
// online linking is disabled temporarily, all fallback device libraries
985985
// will be linked offline. When Level Zero supports online linking, we need
986986
// to remove the line of code below and switch back to online linking.
987-
LinkDeviceLibs = true;
987+
LinkDeviceLibs = false;
988988

989989
// TODO: this is a temporary workaround for GPU tests for ESIMD compiler.
990990
// We do not link with other device libraries, because it may fail

0 commit comments

Comments
 (0)