Skip to content

Commit cccc2c2

Browse files
swolchokfacebook-github-bot
authored andcommitted
Run CI for bf16 with custom SDPA (#5554)
Summary: Pull Request resolved: #5554 These configs should work now. bypass-github-export-checks Reviewed By: mergennachin Differential Revision: D63158947 fbshipit-source-id: 92878bb799b311a857db6e12cb6103835514e998
1 parent 8673567 commit cccc2c2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/pull.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ jobs:
9898
- dtype: bf16
9999
build-tool: buck2
100100
mode: portable
101+
- dtype: bf16
102+
build-tool: cmake
103+
mode: custom
104+
- dtype: bf16
105+
build-tool: buck2
106+
mode: custom
101107
fail-fast: false
102108
with:
103109
runner: linux.2xlarge

.github/workflows/trunk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ jobs:
227227
include:
228228
- dtype: bf16
229229
mode: portable
230+
- dtype: bf16
231+
mode: custom
230232
fail-fast: false
231233
with:
232234
runner: macos-m1-stable

0 commit comments

Comments
 (0)