Add end-to-end MXFP4 Metal support

This commit is contained in:
Georg Bauer
2026-08-30 20:42:23 +02:00
parent 3977261bd3
commit 28231e1faf
7 changed files with 514 additions and 124 deletions

View File

@@ -11,6 +11,8 @@ fn main() {
.include("native/metal")
.file(metal)
.flag("-fobjc-arc")
.flag("-ffast-math")
.flag("-mcpu=native")
.opt_level(3)
.compile("ds4_metal");
println!("cargo:rerun-if-changed=native/media");