Skip to content

Commit

Permalink
Run CI for bf16 with custom SDPA (#5554)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #5554

These configs should work now.

bypass-github-export-checks

Reviewed By: mergennachin

Differential Revision: D63158947

fbshipit-source-id: 92878bb799b311a857db6e12cb6103835514e998
  • Loading branch information
swolchok authored and facebook-github-bot committed Oct 16, 2024
1 parent 8673567 commit cccc2c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:
- dtype: bf16
build-tool: buck2
mode: portable
- dtype: bf16
build-tool: cmake
mode: custom
- dtype: bf16
build-tool: buck2
mode: custom
fail-fast: false
with:
runner: linux.2xlarge
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ jobs:
include:
- dtype: bf16
mode: portable
- dtype: bf16
mode: custom
fail-fast: false
with:
runner: macos-m1-stable
Expand Down

0 comments on commit cccc2c2

Please sign in to comment.