Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 382 Bytes

SGX XGBoost

SGX XGBoost based on Google Asylo.

Build and Run

git submodule update --init --recursive

# Enter asylo docker to build.
sh env init

# NOTE: inside docker
# build and run
bazel build --config=sgx-sim :sgx_xgboost && ./bazel-bin/sgx_xgboost_host_loader tests/mushroom.conf

How to run for sgx hardware

Please refer to https://github.com/google/asylo