ROCm-docker icon indicating copy to clipboard operation
ROCm-docker copied to clipboard

request: non dev ROCm or OpenCL runtime only images

Open dgcampea opened this issue 3 years ago • 2 comments

When rocm/dev- images are used for development or building, it probably makes sense to have a smaller runtime-only image for the final app since rocm/dev- is quite large and using it as a runtime would result in unnecessary resource usage.

dgcampea avatar Mar 18 '21 14:03 dgcampea

Hi @dgcampea , currently the rocm/dev image by default only contains the rocm-dev meta package, which includes the set of ROCm packages needed for applications compilation written in HIP.
For your request, I don't think we currently have any meta package that covers "runtime-only" environment, let me check internally and circle back to you.

sunway513 avatar Mar 22 '21 19:03 sunway513

For OpenCL-only applications, that don't use HIP, probably a smaller set of packages is needed. I personally find "rocm-opencl" (with its dependencies) enough.

preda avatar Mar 24 '21 09:03 preda