There was an error while loading. Please reload this page.
1 parent 52aa2b6 commit 8b96a31Copy full SHA for 8b96a31
1 file changed
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
pip install -e ".[dev]"
55
pip install --extra-index-url https://pip.repos.neuron.amazonaws.com \
56
"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))"
58
- name: Run simulator-backed kernel tests
59
env:
60
TRNSPARSE_USE_SIMULATOR: "1"
0 commit comments