-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature Request] Extension to the instruction flag #9
Comments
I'm wondering, what is a use-case for this? |
I am trying to exclude that the long latency of the zmm variant is related to the the preceding instructions of the ymm variant... "instructions":[ |
I think this should be considered a bug - maybe we should run some code before testing anything AVX-512 to heat it up? |
It is probably not an AVX-512 issue as such situation seems only limited to AVX-512 FMA instructions: |
Is it possible to have an extension to the --instruction flag which also allow us to specify the instruction signature?
Say I want to test --instruction="vsomevector zmm,zmm" directly without going over the xmm and ymm variant.
The text was updated successfully, but these errors were encountered: