Skip to content

Commit 940251a

Browse files
Changed default value of DPCTL_ENABLE_L0_PROGRAM_CREATION to ON
1 parent 6f45f30 commit 940251a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ option(DPCTL_DPCPP_FROM_ONEAPI
2121
# from a SPIR-V binary file.
2222
option(DPCTL_ENABLE_L0_PROGRAM_CREATION
2323
"Enable Level Zero Program creation from SPIR-V"
24-
OFF
24+
ON
2525
)
2626
# Option to generate code coverage report using llvm-cov and lcov.
2727
option(DPCTL_GENERATE_COVERAGE

0 commit comments

Comments
 (0)