Files
ROCm/scripts/amd/build.sh
Michael Melesse 5e055a5165 add scripts
2022-12-21 13:13:24 -06:00

17 lines
298 B
Bash
Executable File

set -x
cd python
pip uninstall -y triton
sh scripts/amd/clean.sh
export MLIR_ENABLE_DUMP=1
export LLVM_IR_ENABLE_DUMP=1
export AMDGCN_ENABLE_DUMP=1
export TRITON_USE_ROCM=ON
# export MI_GPU_ARCH=gfx90a # not needed
pip install -U matplotlib pandas filelock tabulate
pip install --verbose -e .