ivarflakstad
ivarflakstad
Edit: outdated, see https://github.com/ivarflakstad/metal-rs for current state. Leaving open for visibility. Hey! Gave this a go. Output from running `cargo run --release --example mps-matrix-multiplication --features=mps` ``` Correctness: [=================================================] ✅ Performance:...
I was wondering if this change would be of interest. Removes the if-else-panic and let's the type system take care of that constraint instead.
Wall of text incoming! ## TLDR My conclusion is this: We should inform users that if they have identical structs within an enum the de/serialization may not work as they...
BFloat16
Hi there! I’ve implemented bfloat in swift over [here](https://github.com/ivarflakstad/BFloat16.swift). If you want to I am open to having it be part of numerics. If so lmk what changes would be...