mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
17 lines
298 B
Bash
Executable File
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 .
|