I'm trying to use the newest benchmark system to test the performance, but found out that the option is not working. here is the command that used for benchmarking.
python runtests.py --cpu-baseline="avx2" --bench-compare master bench_linalg.Einsum.time_einsum_multiply
in this case, the macro NPY_SIMD should be 256 because my machine support avx2 intrinsics, but the actual value is 128, which is the default minimal settings.
I'm trying to use the newest benchmark system to test the performance, but found out that the option is not working. here is the command that used for benchmarking.
in this case, the macro
NPY_SIMDshould be 256 because my machine supportavx2intrinsics, but the actual value is 128, which is the default minimal settings.