Sign in
android
/
platform
/
external
/
pytorch
/
b5dd37f23efecdd27d1ff8862dcd59613c36211d
/
.
/
test
/
inductor
/
cpp
/
test.sh
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