景涛
3e1ffd2b24
Signed-off-by: 景涛 <jingtao3@hust.edu.cn>
...
fix some typo error
2023-04-18 13:12:37 +08:00
Zheng, Qi
22ff266958
Clean up unnecessary default_mmap_size configuration in demos
2022-12-21 23:19:25 +08:00
LI Qing
84b26a8194
Enhance the script of demos to support re-execute and other OS
2022-07-07 09:34:38 +08:00
zhubojun
fbcf20d383
Upgrade CI image to ubuntu20.04
2022-03-04 11:37:13 +08:00
Hui, Chunyang
17e86e87d0
Fix building CI image for TF serving and Openvino
2021-11-08 19:15:00 +08:00
Zheng, Qi
935760f893
Fix bom tool autodep issue for openvino
...
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-09-29 10:58:33 +08:00
Zheng, Qi
ae5dd3b313
Update openvino demo with copy_bom tool
...
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-09-26 15:36:09 +08:00
sgui
a889dc9c38
Add support for OpenVINO 2021.3
...
1.Replace the original TBB with OneTBB v2020.3
2.Replace the 2019_R3 with DLDT 2021.3
3.Add some dependent lib to the occlum image
2021-07-13 15:08:19 +08:00
LI Qing
0b51d83811
Add ProcFS
2021-01-20 12:42:00 +08:00
Hui, Chunyang
0252f0949d
Rename "occlum_context" to "occlum_instance" for demos
2020-08-15 19:12:39 +08:00
LI Qing
1f30d75713
Add Java demo
2020-07-17 17:35:24 +00:00
LI Qing
81eb364c5b
Install zlib in occlum-gcc toolchians
2020-07-17 17:31:41 +00:00
LI Qing
c1b4814703
Rewrite Python demo with NumPy, scikit-learn, and pandas
2020-06-05 11:56:31 +08:00
zongmin.gu
942321363d
Combine the enclave configuration into the occlum configuration file
...
Update the occlum.json to align with the gen_enclave_conf design.
Below is the two updated structures:
"metadata": {
"product_id": 0,
"version_number": 0,
"debuggable": true
},
"resource_limits": {
"max_num_of_threads": 32,
"kernel_space_heap_size": "32MB",
"kernel_space_stack_size": "1MB",
"user_space_size": "256MB"
}
2020-06-05 11:03:47 +08:00
LI Qing
f9df83f559
Fix the demo's compiling failure in some cases
...
Some demos based on CMake may search installed packages out of
Occlum toolchain's directory, this could cause some building
errors sometimes. By setting the $PKG_CONFIG_LIBDIR, we can make
CMake searching for packages in Occlum toolchain's directory only.
2020-04-15 14:14:00 +08:00
He Sun
8842af88f3
Fix incompatibility between OpenVino with musl libc
2020-03-21 08:52:37 +00:00
LI Qing
b9fa937504
Add Intel OpenVINO demo
...
This demo shows how to run Intel OpenVINO Inference Engine on Occlum inside SGX enclaves
2019-12-10 06:07:27 +00:00