-
Notifications
You must be signed in to change notification settings - Fork 150
Installation
David Tanner edited this page Feb 21, 2017
·
10 revisions
Tensile can be installed via:
- Install directly from repo using pip:
pip install git+https://github.com/RadeonOpenCompute/Tensile.git@develop
tensile config.yaml benchmark_path
- Download repo and install manually:
git clone https://github.com/RadeonOpenCompute/Tensile.git
cd Tensile
sudo python setup.py install
tensile config.yaml benchmark_path
- Download repo and don't install; install PyYAML dependency manually and call python scripts manually:
git clone https://github.com/RadeonOpenCompute/Tensile.git
python Tensile/Tensile/Tensile.py config.yaml benchmark_path