goten-team / Goten

Goten: GPU-Outsourcing Trusted Execution of Neural Network Training and Prediction
MIT License
31 stars 10 forks source link

SGX_MODE ?= SIM #3

Open doubley318 opened 2 years ago

doubley318 commented 2 years ago

I see SGX_MODE ?= SIM in the makefile, does this mean that the project is running in the sgx simulation environment?

Lucieno commented 2 years ago

Hi @doubley318, thanks for your question. This project can be entirely run in SGX hardware to enjoy full protection. Setting it to SIM mode as default is for easier setup and testing.