run_example.sh 176 Bytes
Newer Older
nhynes committed
1 2 3 4 5
#!/bin/bash

sgx_sdk=${SGX_SDK:=/opt/sgxsdk}
make
echo "========================="
nhynes committed
6
LD_LIBRARY_PATH="$sgx_sdk/lib64":${LD_LIBRARY_PATH} TVM_CACHE_DIR=/tmp python test_addone.py