Skip to content

Commit d079399

Browse files
authored
Merge pull request #1376 from ldorau/Enable_L0_provider_in_Sanitizers_build_on_Windows
Enable L0 provider in Sanitizers build on Windows
2 parents f5841df + a066242 commit d079399

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable_sanitizers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ jobs:
114114
run: vcpkg install --triplet x64-windows
115115
shell: pwsh # Specifies PowerShell as the shell for running the script.
116116

117-
# TODO enable level zero provider
118117
- name: Configure build
119118
run: >
120119
cmake
@@ -128,7 +127,7 @@ jobs:
128127
-DUMF_DEVELOPER_MODE=ON
129128
-DUMF_USE_ASAN=${{matrix.sanitizers.asan}}
130129
-DUMF_BUILD_EXAMPLES=ON
131-
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
130+
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
132131
-DUMF_BUILD_CUDA_PROVIDER=OFF
133132
-DUMF_TESTS_FAIL_ON_SKIP=ON
134133

0 commit comments

Comments
 (0)