Peng

Results 40 comments of Peng

Hi @settle , thanks for checking out rocm-docker repo. I'm currently trying to clean things out, please take a look at my PR and see if that can be helpful...

Hi @settle , `rocm-dkms` contains both user bits and Linux Kernel DKMS modules. For Dockerfile, you only need to install `rocm-dev`, not the`rocm-dkms`. Please take a look at the rocm/rocm-terminal...

What's the rock-dkms driver installed on your bare metal setup? Please provide the following logs from your bare metal setup: uname -a apt --installed list | grep rock-dkms dmesg |...

@jiachengpan Thanks, those all look good. Could you try to use sudo when querying rocminfo? `sudo /opt/rocm/bin/rocminfo`

@Sumenia , thanks for reporting, I'll fix it.

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...

Could you try upgrade to docker.ce 18.04 as instructed in [quick-start.md](https://github.com/RadeonOpenCompute/ROCm-docker/blob/master/quick-start.md)?

Hi @computingdolas , could you help provide the versions on your ROCm software environment?

Thanks @computingdolas , can you share more information? e.g. the log of: `apt --installed list | grep rocm` Or the following in centos: `rpm -qa | grep rocm`

Great, so you are on the latest ROCm, thanks :-) I'll try to reproduce your result and update here.