ONNX inference engine using OxCaml’s SIMD intrinsics (opens in new tab)
Following my previous CPU vs GPU post I started thinking about what the ONNX inference engine actually did and if it could be replicated in OxCaml with SIMD.
Read the original article