Closed
Description
Problem Description
Using the docker.io ROCm 6.3.3 container, hipcc leaves many, many files in /tmp even after a successful build.
To check, try something akin to the following in your favorite build test:
rm -rf tmp-test
mkdir -p tmp-test
export TMPDIR="$(realpath tmp-test)"
export TEMPDIR="$(realpath tmp-test)"
ls -lR "${TMPDIR}" | wc -l
make
ls -lR "${TMPDIR}" | wc -l
This is very annoying when not using a container.
Operating System
rocm/dev-ubuntu-22.04:6.33-complete container via docker
CPU
doesn't matter
GPU
also doesn't matter
ROCm Version
6.3.3
ROCm Component
HIPCC
Steps to Reproduce
(See above.)
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response