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.
2 parents 11e94da + e8cde28 commit bb00c56Copy full SHA for bb00c56
.github/workflows/reusable_basic.yml
@@ -76,15 +76,15 @@ jobs:
76
disable_hwloc: 'OFF'
77
link_hwloc_statically: 'OFF'
78
# test icx compiler
79
- - os: 'ubuntu-22.04'
80
- build_type: Release
81
- compiler: {c: icx, cxx: icpx}
82
- shared_library: 'ON'
83
- level_zero_provider: 'ON'
84
- cuda_provider: 'ON'
85
- install_tbb: 'ON'
86
- disable_hwloc: 'OFF'
87
- 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'
88
# test without installing TBB
89
- os: 'ubuntu-22.04'
90
build_type: Release
0 commit comments