From e437c487970b92ab2bec67dd2da730504d27615c Mon Sep 17 00:00:00 2001 From: Alexander Batashev Date: Wed, 16 Feb 2022 10:13:12 +0300 Subject: [PATCH] [CI] Fix nightly builds --- .github/workflows/sycl_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl_nightly.yml b/.github/workflows/sycl_nightly.yml index 20a0fba1428de..698936a3dbab0 100644 --- a/.github/workflows/sycl_nightly.yml +++ b/.github/workflows/sycl_nightly.yml @@ -70,5 +70,5 @@ jobs: build_cache_root: "/__w/" build_cache_suffix: new_pm build_artifact_suffix: new_pm - build_configure_extra_args: '--hip --hip-amd-arch=gfx906 --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON' + build_configure_extra_args: '--hip --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON' lts_config: "hip_amdgpu;ocl_x64"