forked from NVIDIA/apex
-
Notifications
You must be signed in to change notification settings - Fork 26
Steps to install Apex on ROCm.
Chaitanya Sri Krishna Lolla edited this page Aug 21, 2020
·
2 revisions
This page explains the details on how to install Apex on ROCm.
- Pytorch installed on ROCm: Link
- python3.6
There are various options to install apex on ROCm. It depends on your use-case to use one of the options.
python3.6 setup.py install
python3.6 setup.py install --cpp_ext
python3.6 setup.py install --cuda_ext
python3.6 setup.py install --cuda_ext --cpp_ext
pip3.6 install ninja
pip3.6 install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git'