Skip to content

[Issue]: hipcc is a litterbug. #254

Closed
@jasonriedy

Description

@jasonriedy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    genericBuild error, or some other issue not caused by an LLVM bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions