Skip to content

AntixK/ONNX-ZenDNN-Setup

Repository files navigation

ONNX-ZenDNN-Setup

Getting Started

docker-compose build zendnn
docker-compose up zendnn
docker-compose run zendnn
  • Once inside the container, set up the environment variables.
source lib/zendnn_env_setup.sh

This will automatically create a conda environment called zendnn with pytorch installed. You may have to restart the container after this step.

  • To create additional conda environments,
conda create --name <env_name> --file requirements.txt -y

Tuning ZenDNN Variables

  • Set batch size to be a multiple of the number of cores.

FAQs

  • What is jemalloc?
  • What is AOCC?
  • What is AOCL?
  • What is numactl?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published