You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_SIMD should be 256 because my machine support avx2 intrinsics, but the actual value is 128, which is the default minimal settings.
The text was updated successfully, but these errors were encountered:
my bad, I confirm it. we should pass the same exact build options to setup.py build and pip wheel
otherwise, the build cache will be cleared while creating the wheel package which leads to a fully rebuild
the source without passing the provided build options.
#17284 was verified through asv --verbose by checking the CCompilerOpt final report but I didn't check
the log of pip because option -v was missing from asv's custom build_command.
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_SIMD
should be 256 because my machine supportavx2
intrinsics, but the actual value is 128, which is the default minimal settings.The text was updated successfully, but these errors were encountered: