Skip to content

Commit 96d0781

Browse files
mengdilinfacebook-github-bot
authored andcommitted
turn on SVE opt mode in CI (facebookresearch#3703)
Summary: Pull Request resolved: facebookresearch#3703 Now that SVE PR has been merged, we can turn on SVE opt mode in CI Reviewed By: ramilbakhshyiev Differential Revision: D60457456 fbshipit-source-id: 053b1f8ac805afba9035095c5df811da05675a81
1 parent 28f7d3a commit 96d0781

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ jobs:
9999
uses: actions/checkout@v4
100100
- uses: ./.github/actions/build_cmake
101101
continue-on-error: true # non-blocking mode for now
102-
# TODO(T197096427): uncomment this once SVE PR is merged
103-
# with:
104-
# opt_level: sve
102+
with:
103+
opt_level: sve
105104
linux-x86_64-conda:
106105
name: Linux x86_64 (conda)
107106
needs: linux-x86_64-cmake

0 commit comments

Comments
 (0)