secure-xgboost
secure-xgboost copied to clipboard
OpenMP / Multithreading support
The enclave code is currently single-threaded (data loading, training, inference, etc.) because the Open Enclave SDK does not support thread handling primitives at present. We should consider adding multithreading support via the ecall / ocall interface to improve performance.