lsds / sgx-lkl

SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves
MIT License
257 stars 89 forks source link

samples: Fix openvino and pytorch samples #833

Closed AntonioND closed 4 years ago

AntonioND commented 4 years ago

The samples weren't working because the number of ethreads was 1. Increasing it fixes the samples.

They will need to be added to the CI so that they don't break in the future.

This fixes part of https://github.com/lsds/sgx-lkl/issues/831