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.
1 parent 00999df commit da8cfb8Copy full SHA for da8cfb8
.github/workflows/reusable_basic.yml
@@ -74,15 +74,15 @@ jobs:
74
disable_hwloc: 'OFF'
75
link_hwloc_statically: 'OFF'
76
# 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'
+ - os: 'ubuntu-22.04'
+ build_type: Release
+ compiler: {c: icx, cxx: icpx}
+ shared_library: 'ON'
+ level_zero_provider: 'ON'
+ cuda_provider: 'ON'
+ install_tbb: 'ON'
+ disable_hwloc: 'OFF'
+ link_hwloc_statically: 'OFF'
86
# test without installing TBB
87
- os: 'ubuntu-22.04'
88
build_type: Release
0 commit comments