Skip to content

Releases: gpucomm/core

v0.1.0

23 Mar 13:56

Choose a tag to compare

First stable release of gpucomm/core.

Includes:

  • gpucomm CLI (macOS arm64)
  • Metal runtime + benchmarks (bandwidth/transfer/scan/matmul/latency)
  • gpucomm selftest hardware sanity suite

Install:

curl -L -o gpucomm.zip https://github.com/gpucomm/core/releases/download/v0.1.0/gpucomm-macos-arm64.zip
unzip -o gpucomm.zip
./gpucomm --help

Nightly Build

23 Mar 13:51

Choose a tag to compare

Nightly Build Pre-release
Pre-release

Nightly build for 2026-04-19 (8df2dee).

Install:

curl -L -o gpucomm.zip "https://github.com/gpucomm/core/releases/download/nightly/gpucomm-macos-arm64.zip"
unzip -o gpucomm.zip
./gpucomm --help

SHA256:

8c1cb6959ce1b9447418d8a256e4556ca88970c4fce61931a0222c8c5bf249df  dist/gpucomm-macos-arm64.zip

Metadata + quick bench results are attached as artifacts in the workflow run.