How will the syntax look when mojo supports GPUs?
I'm wondering when people build operators like matmul will they have to write a function for CPU and a very different function for the GPU? Or will the syntax remain relatively similar, and the same function can be used on both? It will just take advantage of hardware acceleration when it is available.
1 Reply
We'll have details of the syntax coming soon, stay tuned!