secure-xgboost icon indicating copy to clipboard operation
secure-xgboost copied to clipboard

OpenMP / Multithreading support

Open podcastinator opened this issue 4 years ago • 0 comments

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.

podcastinator avatar Mar 17 '20 20:03 podcastinator