Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

SGX support for sparse matrix library?

hanlin__li
Beginner
403 Views

Hi, I am doing some sparse matrix computation inside sgx enclave. The matrix is too large so there is no way to store them inside the enclave (even when they are compressed already). So I have to store the matrix on disk (encryted with sgx), and load them when I need. Applying sparse library would highly accelerate the computing and save storage.

There have been several sparse libraries, but none of them seem to mention anything about sgx support. So, is there or is there not any sparse matrix computing library, which has supported sgx? 

Thanks a lot.

0 Kudos
0 Replies
Reply