Ask HN: Resources for General Purpose GPU development on Apple's M* chips?
You can help with the reverse engineering of the Apple Silicon done by a dozen people, that is how we find out the GPU and NPU instructions[1][2].[1] https://github.com/antgroup-skyward/ANETools/tree/main/ANEDi...[2] https://github.com/hollance/neural-engineYou can use a high level API like Metal or CoreML to use the GPU to compute other things on the GPU and NPU.[3] is an example programming language that translates matrix calculations into WebGPU or WebGL (I forget which)....
Read more at news.ycombinator.com