gfx-rs / metal-rs

Rust bindings for Metal
Apache License 2.0
567 stars 112 forks source link

Some cleanup #291

Closed Narsil closed 10 months ago

Narsil commented 10 months ago

Just some code management (disantangling pure MPS/raytracing/matrix).

Adding a demo example for compiling the custom kernels of ggml. (Still missing the preprocessor)

Feel free to reject or comment on the overall architecture change (depending on the conversaiton I might tackle some assert -> Result thing too.