8000 BUG: Fix build on ppc64 when the baseline set to Power9 or higher by seiko2plus · Pull Request #24806 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix build on ppc64 when the baseline set to Power9 or higher #24806

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

Merged
merged 4 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
CI: Add CI test for ppc64 with power10 as baseline
  • Loading branch information
seiko2plus committed Oct 27, 2023
commit 8d0bdd43bbadde7be9e64579a532025aa575fcd6
7 changes: 7 additions & 0 deletions .github/workflows/linux_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
"-Dallow-noblas=true",
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
]
- [
"ppc64le - baseline(Power9)",
"powerpc64le-linux-gnu",
"ppc64le/ubuntu:22.04",
"-Dallow-noblas=true -Dcpu-baseline=vsx3",
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
]
- [
"s390x",
"s390x-linux-gnu",
Expand Down
0