Skip to content

Installation

David Tanner edited this page Feb 21, 2017 · 10 revisions

Tensile can be installed via:

  1. Install directly from repo using pip:
pip install git+https://github.com/RadeonOpenCompute/Tensile.git@develop
tensile config.yaml benchmark_path
  1. 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
  1. Download repo and don't install; call python scripts manually:
git clone https://github.com/RadeonOpenCompute/Tensile.git
python Tensile/Tensile/Tensile.py config.yaml benchmark_path
Clone this wiki locally