Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets #24772

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 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
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
align test_dispatcher s390x targets with _umath_tests_mtargets
  • Loading branch information
cbouss committed Sep 21, 2023
commit 01b83b4d4e54881f68eb6edca6fb65b133825002
3 changes: 2 additions & 1 deletion numpy/core/tests/test_cpu_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ def test_dispatcher():
targets = (
"SSE2", "SSE41", "AVX2",
"VSX", "VSX2", "VSX3",
"NEON", "ASIMD", "ASIMDHP"
"NEON", "ASIMD", "ASIMDHP",
"VX", "VXE"
)
highest_sfx = "" # no suffix for the baseline
all_sfx = []
Expand Down