aprender-compute 0.32.0

High-performance SIMD compute library with GPU support, LLM inference engine, and GGUF model loading (was: trueno)
Documentation
# Nightly Benchmarks — criterion performance tracking
# Calls sovereign-ci.yml with run_benchmarks: true
name: Nightly Bench

on:
  schedule:
    - cron: "30 5 * * *"  # 05:30 UTC (after nightly builds at 04:00)
  workflow_dispatch:

concurrency:
  group: bench-${{ github.ref }}
  cancel-in-progress: true

jobs:
  bench:
    uses: paiml/.github/.github/workflows/sovereign-ci.yml@main
    with:
      repo: ${{ github.event.repository.name }}
      run_benchmarks: true
    secrets: inherit