Hacker News new | ask | show | jobs
by fooker 167 days ago
> though it’s still unclear how it will be exposed to developers in practice.

PTX instructions, and compiler intrinsics, depending on which level of abstraction you’re targeting.

1 comments

PTX is on the GPU side and is already supported on available models. On the CPU side, it must be some form of an Arm ISA extension, I believe, like NEON-FHM or SVE-AES… I'm just not sure what the scope of those extensions would be and how they will coexist with ARM’s other extensions.