From a0662421e8204c6c0cbfc35da8599dd30b1c977b Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Thu, 12 Jun 2025 14:27:27 +0200 Subject: [PATCH] Enable L0 provider in Sanitizers build on Windows Signed-off-by: Lukasz Dorau --- .github/workflows/reusable_sanitizers.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable_sanitizers.yml b/.github/workflows/reusable_sanitizers.yml index 133b8c1d1..c871184cc 100644 --- a/.github/workflows/reusable_sanitizers.yml +++ b/.github/workflows/reusable_sanitizers.yml @@ -114,7 +114,6 @@ jobs: run: vcpkg install --triplet x64-windows shell: pwsh # Specifies PowerShell as the shell for running the script. - # TODO enable level zero provider - name: Configure build run: > cmake @@ -128,7 +127,7 @@ jobs: -DUMF_DEVELOPER_MODE=ON -DUMF_USE_ASAN=${{matrix.sanitizers.asan}} -DUMF_BUILD_EXAMPLES=ON - -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF + -DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON -DUMF_BUILD_CUDA_PROVIDER=OFF -DUMF_TESTS_FAIL_ON_SKIP=ON