add scripts

This commit is contained in:
Michael Melesse
2022-10-17 17:28:48 +00:00
parent 406d03bfaf
commit fa4d0fd1ef
22 changed files with 386 additions and 0 deletions

7
scripts/amd/build.sh Executable file
View File

@@ -0,0 +1,7 @@
set -e
cd python
pip uninstall -y triton
# export TRITON_USE_ROCM=ON
export TRITON_ROCM_DEBUG=ON
pip install --verbose -e .