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 57e8199 + f10ee0f commit e4fc864Copy full SHA for e4fc864
.github/workflows/basic.yml
@@ -58,12 +58,15 @@ jobs:
58
level_zero_provider: 'OFF'
59
install_tbb: 'ON'
60
# test icx compiler
61
- - os: 'ubuntu-22.04'
62
- build_type: Release
63
- compiler: {c: icx, cxx: icpx}
64
- shared_library: 'ON'
65
- level_zero_provider: 'ON'
66
- install_tbb: 'ON'
+ # - os: 'ubuntu-22.04'
+ # build_type: Release
+ # compiler: {c: icx, cxx: icpx}
+ # shared_library: 'ON'
+ # level_zero_provider: 'ON'
+ # cuda_provider: 'ON'
67
+ # install_tbb: 'ON'
68
+ # disable_hwloc: 'OFF'
69
+ # link_hwloc_statically: 'OFF'
70
# test without installing TBB
71
- os: 'ubuntu-22.04'
72
build_type: Release
0 commit comments