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 57e8199 commit 5a552c6Copy full SHA for 5a552c6
.github/workflows/basic.yml
@@ -64,6 +64,15 @@ jobs:
64
shared_library: 'ON'
65
level_zero_provider: 'ON'
66
install_tbb: 'ON'
67
+ # - os: 'ubuntu-22.04'
68
+ # build_type: Release
69
+ # compiler: {c: icx, cxx: icpx}
70
+ # shared_library: 'ON'
71
+ # level_zero_provider: 'ON'
72
+ # cuda_provider: 'ON'
73
+ # install_tbb: 'ON'
74
+ # disable_hwloc: 'OFF'
75
+ # link_hwloc_statically: 'OFF'
76
# test without installing TBB
77
- os: 'ubuntu-22.04'
78
build_type: Release
0 commit comments