Expand description
Forge Metal Code Generation — native Apple Silicon GPU inference.
Generates a complete Cargo project that runs GPU inference via the metal
crate (metal-rs), using Metal Shading Language compute kernels compiled at
runtime. Targets Apple Silicon unified memory for zero-copy weight loading.
Enums§
- Metal
Codegen Error - Errors during Metal code generation.
Functions§
- generate_
metal_ project - Generate a complete Metal Cargo project from a computation graph.