Work towards a nanobind wrapper

This commit is contained in:
Crutcher Dunnavant
2023-03-23 21:36:09 +00:00
parent 0f31dafed5
commit be96f38ba3
14 changed files with 334 additions and 0 deletions

11
python/test.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -ex
if ! [ -d build ] ; then
./setup.sh
fi
cmake --build build
pytest mscclpp