Files
triton/scripts/amd/clean.sh

28 lines
586 B
Bash
Raw Normal View History

2022-10-17 17:28:48 +00:00
set -x
rm -rf core
rm -rf ptx.hip
rm -rf python/build/
rm -rf python/test/__pycache__/
rm -rf python/triton.egg-info/
rm -rf python/triton/_C/libtriton.so
rm -rf python/triton/__pycache__/
rm -rf python/triton/ops/__pycache__/
rm -rf python/triton/ops/blocksparse/__pycache__/
rm -rf *.isa
rm -rf *.gcn
rm -rf *.ptx
rm -rf *.ll
rm -rf *.s
rm -rf *.o
rm -rf *.hsaco
rm -rf *.ttir
sh scripts/amd/delete_hip_files.sh
rm -rf triton_rocm_kernels
rm -rf /tmp/*.ll
rm -rf /tmp/*.gcn
rm -rf /tmp/*.hsaco
rm -rf /tmp/*.o
rm -rf /tmp/*.ttir
rm -rf /tmp/*.s
2022-10-25 18:31:10 +00:00
rm -rf build
2022-10-25 20:27:13 +00:00
rm -rf /root/.triton/cache