-
- Downloads
Add SGXModule (#1019)
Showing
- Makefile 31 additions, 0 deletionsMakefile
- apps/sgx/.gitignore 0 additions, 1 deletionapps/sgx/.gitignore
- apps/sgx/Makefile 11 additions, 38 deletionsapps/sgx/Makefile
- apps/sgx/README.md 1 addition, 1 deletionapps/sgx/README.md
- apps/sgx/app.cc 0 additions, 137 deletionsapps/sgx/app.cc
- apps/sgx/enclave.cc 0 additions, 62 deletionsapps/sgx/enclave.cc
- apps/sgx/enclave_config.xml 2 additions, 2 deletionsapps/sgx/enclave_config.xml
- apps/sgx/prepare_test_libs.py 1 addition, 1 deletionapps/sgx/prepare_test_libs.py
- apps/sgx/run_example.sh 1 addition, 3 deletionsapps/sgx/run_example.sh
- apps/sgx/test_addone.edl 0 additions, 7 deletionsapps/sgx/test_addone.edl
- apps/sgx/test_addone.py 13 additions, 0 deletionsapps/sgx/test_addone.py
- apps/sgx/tvm_runtime_pack.cc 0 additions, 15 deletionsapps/sgx/tvm_runtime_pack.cc
- include/tvm/runtime/registry.h 1 addition, 1 deletioninclude/tvm/runtime/registry.h
- make/config.mk 4 additions, 0 deletionsmake/config.mk
- sgx/runtime_t.cc 0 additions, 17 deletionssgx/runtime_t.cc
- sgx/runtime_u.cc 0 additions, 36 deletionssgx/runtime_u.cc
- sgx/tvm.edl 0 additions, 15 deletionssgx/tvm.edl
- src/codegen/llvm/llvm_module.cc 1 addition, 7 deletionssrc/codegen/llvm/llvm_module.cc
- src/runtime/c_runtime_api.cc 7 additions, 0 deletionssrc/runtime/c_runtime_api.cc
- src/runtime/file_util.cc 19 additions, 0 deletionssrc/runtime/file_util.cc
apps/sgx/app.cc
deleted
100644 → 0
apps/sgx/enclave.cc
deleted
100644 → 0
apps/sgx/test_addone.edl
deleted
100644 → 0
apps/sgx/test_addone.py
0 → 100644
apps/sgx/tvm_runtime_pack.cc
deleted
100644 → 0
sgx/runtime_t.cc
deleted
100644 → 0
sgx/runtime_u.cc
deleted
100644 → 0
sgx/tvm.edl
deleted
100644 → 0
Please register or sign in to comment