From 901753fc1de0d0c1d1666c7c9bc154efae668179 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 11 Oct 2024 16:07:36 -0700 Subject: [PATCH] Run CI for bf16 with custom SDPA (#5554) Summary: These configs should work now. Reviewed By: mergennachin Differential Revision: D63158947 --- .github/workflows/pull.yml | 6 ++++++ .github/workflows/trunk.yml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index f7d2b627bc5..3bea2984184 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -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 diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index c749fd67b5b..42f29aea9d7 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -227,6 +227,8 @@ jobs: include: - dtype: bf16 mode: portable + - dtype: bf16 + mode: custom fail-fast: false with: runner: macos-m1-stable