MUGUNDAN
MUGUNDAN
@zafeerali943 the issue can be fixed by adding abort.cc file from hwy folder
I was able to reproduce this issue, compiling with necessary cc source file included in the project would fix the above issue
> Yes, for int32 you can use K32V32 and int64 K64V64. For calling VQSort, the correct and sufficient header is vqsort.h, but you will have to include in your project...
@jan-wassenberg do you have any plans to support float32/64 for KV sort, as this could be used for NumPy as well where it currently lagging optimised support for ArgSort? Thanks
@jan-wassenberg probably I will check with standalone CPP code with these transformations with KV and get back on this, between One doubt, wont these transformations affects overall execution and affect...
> Yes, I would think so :) @jan-wassenberg I have raised a [PR](https://github.com/numpy/numpy/pull/28416) in the NumPy repository to optimize Argsort using highway's KV VQSort for uint32 and uint64 dtypes. But...
Hi @Disservin , now in public preview, Windows arm64 hosted runners are available for free in public repositories. Please refer to [here](https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/). Thanks!
@vondele I have a native Windows ARM64(Snapdragon X-Elite) device, so I can test the Windows ARM64 binaries on it and report back if I encounter any issues.
@vondele I tested the ARM binaries on my Windows ARM64 device, and the application runs natively without any issues. I also verified the binary by running the perft tests provided...
@ppigazzini please find the output of `cat /proc/cpuinfo` on my Native Win-ARM64 device(Run on clangarm64 msys terminal): ``` processor : 0 vendor_id : AuthenticAMD cpu family : 21 model :...