Commit Graph

2 Commits

Author SHA1 Message Date
John Stephen Kromer d3d00307c0 Fix benchmarks for macOS 26: replace compileModelAtURL with in-memory MIL pipeline
[MLModel compileModelAtURL:] fails on macOS 26, breaking inmem_bench,
sram_bench, and sram_probe. This switches all three to generate MIL text
and weight blobs programmatically in memory (matching the working
inmem_peak.m approach), bypassing CoreML disk compilation entirely.

- inmem_bench.m: replace CoreML compile + file read with genMIL/buildWeightBlob
- sram_bench.m: switch from _ANEClient/_ANEModel to _ANEInMemoryModel API
- sram_probe.m: same _ANEClient → _ANEInMemoryModel conversion

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 10:20:05 -08:00
maderix f213c8db68 Initial release 2026-02-28 00:22:06 -08:00