Commit 6371327
feat(gemma-iree): add macosArm64 target
Adds Apple-Silicon support to the on-device gemma runtime, mirroring
:llm-runtime:kgemma (which already ships macos_arm64). The IreeRuntime +
GemmaDecoder sources live in nativeMain, so macosArm64Main picks them up with no
new code — posix popen/fgets/pclose + kotlinx-io + the GGUF tokenizer are all
available on macOS. Lets downstream KMP consumers (e.g. gemma-tool-calling) add
a macosArm64 target.
Note: macOS compile/link runs on the macOS publish/CI runner, not Linux CI
(which skips mac link tasks, as it already does for kgemma).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ef01e21 commit 6371327
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments