Hacker News new | ask | show | jobs
by sylware 1179 days ago
Some guys did ask chaGPT(3.5) to write a vectorized quicksort in x86_64 avx2 then avx512 assembly, then SPIR-V (GPU).

It seems it is not that too bad for small "well-known" algorithms. I am thinking high level language "ports" toward "human" assembly.