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 8673567 commit cccc2c2Copy full SHA for cccc2c2
.github/workflows/pull.yml
@@ -98,6 +98,12 @@ jobs:
98
- dtype: bf16
99
build-tool: buck2
100
mode: portable
101
+ - dtype: bf16
102
+ build-tool: cmake
103
+ mode: custom
104
105
+ build-tool: buck2
106
107
fail-fast: false
108
with:
109
runner: linux.2xlarge
.github/workflows/trunk.yml
@@ -227,6 +227,8 @@ jobs:
227
include:
228
229
230
231
232
233
234
runner: macos-m1-stable
0 commit comments