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.
2 parents f5841df + a066242 commit d079399Copy full SHA for d079399
.github/workflows/reusable_sanitizers.yml
@@ -114,7 +114,6 @@ jobs:
114
run: vcpkg install --triplet x64-windows
115
shell: pwsh # Specifies PowerShell as the shell for running the script.
116
117
- # TODO enable level zero provider
118
- name: Configure build
119
run: >
120
cmake
@@ -128,7 +127,7 @@ jobs:
128
127
-DUMF_DEVELOPER_MODE=ON
129
-DUMF_USE_ASAN=${{matrix.sanitizers.asan}}
130
-DUMF_BUILD_EXAMPLES=ON
131
- -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
+ -DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
132
-DUMF_BUILD_CUDA_PROVIDER=OFF
133
-DUMF_TESTS_FAIL_ON_SKIP=ON
134
0 commit comments