Skip to content

Commit da8cfb8

Browse files
lukaszstolarczukKFilipek
authored andcommitted
Revert "Disable temporarily failing CI job with ICX compiler"
This reverts commit e8cde28.
1 parent 00999df commit da8cfb8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ jobs:
7474
disable_hwloc: 'OFF'
7575
link_hwloc_statically: 'OFF'
7676
# test icx compiler
77-
# - os: 'ubuntu-22.04'
78-
# build_type: Release
79-
# compiler: {c: icx, cxx: icpx}
80-
# shared_library: 'ON'
81-
# level_zero_provider: 'ON'
82-
# cuda_provider: 'ON'
83-
# install_tbb: 'ON'
84-
# disable_hwloc: 'OFF'
85-
# link_hwloc_statically: 'OFF'
77+
- os: 'ubuntu-22.04'
78+
build_type: Release
79+
compiler: {c: icx, cxx: icpx}
80+
shared_library: 'ON'
81+
level_zero_provider: 'ON'
82+
cuda_provider: 'ON'
83+
install_tbb: 'ON'
84+
disable_hwloc: 'OFF'
85+
link_hwloc_statically: 'OFF'
8686
# test without installing TBB
8787
- os: 'ubuntu-22.04'
8888
build_type: Release

0 commit comments

Comments
 (0)