mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-04 05:31:27 +00:00
Work towards a nanobind wrapper
This commit is contained in:
11
python/test.sh
Executable file
11
python/test.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
if ! [ -d build ] ; then
|
||||
./setup.sh
|
||||
fi
|
||||
|
||||
cmake --build build
|
||||
|
||||
pytest mscclpp
|
||||
Reference in New Issue
Block a user