occlum/demos
2019-11-30 13:39:26 +00:00
..
hello_bazel Improve Occlum GCC toolchain with new wrappers for binaries 2019-11-29 11:20:00 +00:00
hello_c Improve Occlum GCC toolchain with new wrappers for binaries 2019-11-29 11:20:00 +00:00
hello_cc Improve Occlum GCC toolchain with new wrappers for binaries 2019-11-29 11:20:00 +00:00
https_server Improve Occlum GCC toolchain with new wrappers for binaries 2019-11-29 11:20:00 +00:00
tensorflow_lite Improve Occlum GCC toolchain with new wrappers for binaries 2019-11-29 11:20:00 +00:00
xgboost Add XGBoost demo 2019-11-30 13:39:26 +00:00
README.md Add XGBoost demo 2019-11-30 13:39:26 +00:00

Demos

This directory contains sample projects that demonstrate how Occlum can be used to build and run user applications.

  • hello_c/: A sample C project built with Makefile/CMake.
  • hello_cc/: A sample C++ project built with Makefile/CMake.
  • hello_bazel/: A sample C++ project built with Bazel.
  • https_server/: A HTTPS file server based on Mongoose Embedded Web Server Library.
  • tensorflow_lite/: A demo and benchmark of Tensorflow Lite inference engine.
  • xgboost/: A demo of XGBoost.