Uh oh!
There was an error while loading. Please reload this page.
Add support for Sve.StoreNarrowing() - #102605
Conversation
ghost
commented
May 23, 2024
Note regarding the |
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
SwapnilGaikwad
commented
May 23, 2024
@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve |
SwapnilGaikwad
commented
May 23, 2024
Added two separate commits
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kunalspathak
commented
May 23, 2024
can you please confirm the result of stress test? |
SwapnilGaikwad
commented
May 25, 2024
Stress tests look good. Test results |
kunalspathak
commented
May 25, 2024
Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly? |
Hi Kunal, I had used the python script version from the 16th May. Tests are failing |
kunalspathak
commented
May 26, 2024
Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures. |
* Add Sve.StoreNarrowing() * Incorporate review comments for Sve.StoreAndZip() * Fix formatting issues
Contribute towards #99957.