gfx-rs / metal-rs

Rust bindings for Metal
Apache License 2.0
608 stars 111 forks source link

MPS Matrix Multiplication #283

Open jafioti opened 1 year ago

jafioti commented 1 year ago

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 1 year ago

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 1 year ago

Didn't go for a separate crate after all! 😊 #285