Skip to content

custom-computing-ic/sbcube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a playground for sbcube developers

requirements

  1. Install Anaconda or Miniconda (recommended). To install Miniconda, follow the instructions here. This is a powerful package manager that simplifies the installation, updating, and management of software packages and their dependencies, allowing to create and manage isolated environments, which helps avoid conflicts between different versions of packages and dependencies.
  2. Speed-up conda solver (not required but highly recommended) by installing libnamba:
    conda update -n base conda
    conda install -n base conda-libmamba-solver
    conda config --set solver libmamba
  3. Install g++ (recommended version: 11) using your Linux distro manager:
    apt install g++
  4. If using CUDA, ensure the NVIDIA driver is installed and nvidia-smi works.

projects

Citation

If you find the trustworthy_dl project useful, please cite our paper:

@inproceedings{que2025trustworthy,
  title={Trustworthy Deep Learning Acceleration with Customizable Design Flow Automation},
  author={Que, Zhiqiang and Fan, Hongxiang and Figueiredo, Gabriel and Guo, Ce and Luk, Wayne and Yasudo, Ryota and Motomura, Masato},
  booktitle={Proceedings of the 15th International Symposium on Highly Efficient Accelerators and Reconfigurable Technologies},
  pages={1--13},
  year={2025}
}

About

a playground for sbcube developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors