blob: 055b740cc1e3e64f971bdb5f96ced4828a209870 [file] [log] [blame]
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
cmake . -DATEN_INCLUDE:PATH=$(python -c "import torch; from torch.utils import cpp_extension; print(cpp_extension.include_paths()[0])")
make
./test/bin/test_cpp_prefix