MPS Matrix Multiplication
jafioti opened this issue · 2 comments
jafioti commented
Hi,
As far as I'm aware, while this crate does support some MPS kernels, particularly regarding raytracing, it doesn't support matrix multiplication (https://developer.apple.com/documentation/metalperformanceshaders/matrices_and_vectors). Is that correct? Are there any plans to add this? I'd love to contribute if I can help integrate it in.
ivarflakstad commented
I'm working on this in a separate crate. Maybe it can be upstreamed later. I'll push it in a little while and link it here.
ivarflakstad commented
Didn't go for a separate crate after all! 😊 #285