Skip to content

feat: include benchmark dir in bundle#260

Merged
drbh merged 2 commits intomainfrom
include-benchmarks-in-bundle
Feb 5, 2026
Merged

feat: include benchmark dir in bundle#260
drbh merged 2 commits intomainfrom
include-benchmarks-in-bundle

Conversation

@drbh
Copy link
Collaborator

@drbh drbh commented Feb 3, 2026

This PR simply includes the benchmark directory in the bundle so they will be uploaded in release builds

tested locally on mbp

cd kernels-community/relu
nix run .#build-and-copy -L
tree build -L 2

output

build
├── benchmarks
│   └── benchmark.py
├── torch210-metal-aarch64-darwin
│   ├── __init__.py
│   ├── _ops.py
│   ├── _relu_26740b1_dirty.abi3.so
│   ├── metadata.json
│   └── relu
└── torch29-metal-aarch64-darwin
    ├── __init__.py
    ├── _ops.py
    ├── _relu_26740b1_dirty.abi3.so
    ├── metadata.json
    └── relu

6 directories, 9 files

@drbh drbh merged commit 70a73c6 into main Feb 5, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants