Skip to content

Commit

Permalink
samples: Fix openvino sample
Browse files Browse the repository at this point in the history
The sample wasn't working because the number of ethreads was 1.
Increasing it fixes the sample.
  • Loading branch information
AntonioND committed Sep 23, 2020
1 parent 570c78a commit fed1ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/ml/openvino/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ else
SGXLKL_ENV=
endif

SGXLKL_ENV += SGXLKL_ETHREADS=4

SGXLKL_DISK_TOOL=${SGXLKL_ROOT}/tools/sgx-lkl-disk
SGXLKL_GDB=${SGXLKL_ROOT}/tools/gdb/sgx-lkl-gdb

Expand Down

0 comments on commit fed1ece

Please sign in to comment.