Skip to content

Linux docker for the DNN accelerator exploration infrastructure composed of Accelergy and Timeloop

License

Notifications You must be signed in to change notification settings

sarabjeetsingh007/accelergy-timeloop-infrastructure

 
 

Repository files navigation

Accelergy-Timeloop Infrastructure

This docker aims to provide an experimental environment for easy plug-and-play of examples that run on the accelergy-timeloop DNN accelerator evaluation infrastructure.

This docker is modified based on: https://github.com/jsemer/timeloop-accelergy-tutorial

Start the container

  • Put the docker-compose.yaml file in an otherwise empty directory
  • Cd to the directory containing the file
  • Edit USER_UID and USER_GID in the file to the desired owner of your files (echo $UID, echo $GID)
  • Run the following command:
      % docker-compose run infrastructure 
  • Follow the instructions in the REAME directory to get public examples for this infrastructure

Refresh the container

To update the Docker container run:

     % docker-compose pull

Build the container

      % git clone --recurse-submodules https://github.com/nellie95/accelergy-timeloop-infrastucture.git
      % cd accelergy-timeloop-infrastucture
      % make build [BUILD_FLAGS="<Docker build flags, e.g., --no-cache>"]

About

Linux docker for the DNN accelerator exploration infrastructure composed of Accelergy and Timeloop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 61.9%
  • Shell 24.8%
  • Makefile 13.3%