-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Non-Blocking AVX512 Build on self-hosted github runner #3602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,15 +56,17 @@ jobs: | |
| opt_level: avx2 | ||
| linux-x86_64-AVX512-cmake: | ||
| name: Linux x86_64 AVX512 (cmake) | ||
| if: false # TODO: enable when GitHub Actions adds AVX-512 hosts | ||
| continue-on-error: true # non-blocking mode for now | ||
| needs: linux-x86_64-cmake | ||
| runs-on: ubuntu-latest | ||
| runs-on: faiss-aws-m7i.xlarge | ||
| steps: | ||
| - name: Checkout | ||
| continue-on-error: true # non-blocking mode for now | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need this line here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I observed a difference in UI behaviors for
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Interesting. So it's different when it's set at job level and the step level. Do we need to set it on the build_cmake as well then?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah nice catch! |
||
| uses: actions/checkout@v4 | ||
| - uses: ./.github/actions/build_cmake | ||
| with: | ||
| opt_level: avx512 | ||
| continue-on-error: true # non-blocking mode for now | ||
| linux-x86_64-GPU-cmake: | ||
| name: Linux x86_64 GPU (cmake) | ||
| needs: linux-x86_64-cmake | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.