diff options
author | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2023-02-03 13:08:16 -0800 |
---|---|---|
committer | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2023-02-03 13:08:16 -0800 |
commit | 68ff715959408773d7a991167c13974796c4c7dc (patch) | |
tree | 35b793c87dd24146e26003ae9c145a826809409a | |
parent | 041815853a493641457a2e7473e0e8c4a76a5e41 (diff) | |
download | numpy-68ff715959408773d7a991167c13974796c4c7dc.tar.gz |
Fix typo
-rw-r--r-- | numpy/core/tests/test_cpu_features.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_cpu_features.py b/numpy/core/tests/test_cpu_features.py index 35bd85eb8..ba227a3c0 100644 --- a/numpy/core/tests/test_cpu_features.py +++ b/numpy/core/tests/test_cpu_features.py @@ -116,7 +116,7 @@ class Test_X86_Features(AbstractTest): "AVX", "F16C", "XOP", "FMA4", "FMA3", "AVX2", "AVX512F", "AVX512CD", "AVX512ER", "AVX512PF", "AVX5124FMAPS", "AVX5124VNNIW", "AVX512VPOPCNTDQ", "AVX512VL", "AVX512BW", "AVX512DQ", "AVX512VNNI", "AVX512IFMA", - "AVX512VBMI", "AVX512VBMI2", "AVX512BITALG, AVX512FP16", + "AVX512VBMI", "AVX512VBMI2", "AVX512BITALG", "AVX512FP16", ] features_groups = dict( AVX512_KNL = ["AVX512F", "AVX512CD", "AVX512ER", "AVX512PF"], |