Uh oh!
There was an error while loading. Please reload this page.
Remove InstructionSet_VectorT256 if AVX2 is disabled via env var - #89413
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Jul 25, 2023
Is it something that I have somehow regressed by #89342 or was this a pre-existing bug? |
EgorBo
commented
Jul 25, 2023
Probably, although, the issue reproduces only on CLR (NAOT and R2R are fine) and only if the cpu physically supports AVX2 but it's disabled by the config |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tannergooding
left a comment
There was a problem hiding this comment.
Might be good to have a test checking Vector<T>.IsHardwareAccelerated as well. I'm guessing we're missing that in CpuId.cs and are only checking the size instead
jkotas
commented
Jul 25, 2023
Thank you for fixing it! |
EgorBo
commented
Jul 25, 2023
|
Fixes#89408