Skip to content

Commit 8b96a31

Browse files
committed
ci: print nki version and nc_matmul signature to diagnose API mismatch
1 parent 52aa2b6 commit 8b96a31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
pip install -e ".[dev]"
5555
pip install --extra-index-url https://pip.repos.neuron.amazonaws.com \
5656
"nki>=0.3.0"
57+
python -c "import nki, nki.isa as nisa; import inspect; print('nki version:', nki.__version__); print('nc_matmul sig:', inspect.signature(nisa.nc_matmul))"
5758
- name: Run simulator-backed kernel tests
5859
env:
5960
TRNSPARSE_USE_SIMULATOR: "1"

0 commit comments

Comments
 (0)