Skip to content

Commit 841384e

Browse files
author
Alexander Batashev
authored
[CI] Fix nightly builds (#5584)
`--hip-amd-arch` was removed from the script.
1 parent 847f8b6 commit 841384e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
build_cache_root: "/__w/"
7171
build_cache_suffix: new_pm
7272
build_artifact_suffix: new_pm
73-
build_configure_extra_args: '--hip --hip-amd-arch=gfx906 --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON'
73+
build_configure_extra_args: '--hip --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON'
7474
lts_config: "hip_amdgpu;ocl_x64"

0 commit comments

Comments
 (0)