pramenku

Results 15 comments of pramenku

wget https://download.docker.com/linux/centos/8/x86_64/stable/Packages/containerd.io-1.6.4-3.1.el8.x86_64.rpm sudo rpm -ivh *.rpm and sudo reboot contianerd.io 1.6.4 is working.

you can see https://docs.amd.com/bundle/ROCm-Release-Notes-v5.3.2/page/About_This_Document.html about OS and it' kernel supported

Hi Matt, miopen.hpp has already have that at L175 But, we are still seeing the issue with regex issue. It's doesn't help in Ubuntu18.04. Thanks,

I did the same again as you said but still it's not working. ``` for (std::string cardname : ls_dir("/sys/class/drm", std::regex("card(\\d)+"))) ``` "\\" is not coming after comment posted but I...

Thanks Patflick. Sorry for delay response. I tried as suggested and got below: ``` $ ./layerwise [INFO] Number of HIP devices found: 2 [INFO] card1-DP-6 terminate called after throwing an...

Thanks. Tried but no luck still. ``` $ ./alexnet [INFO] Number of HIP devices found: 1 terminate called after throwing an instance of 'std::regex_error' what(): regex_error Aborted (core dumped) ```...

Any more suggestion or is someone looking into it. Is it possible just to not use regex and instead roll your own parser?

Hi patflick , Can you please resolve this issue. It's pending from long time. All end users are seeing this issue on Ubuntu18.04. Thanks for the help.

Thanks @patflick I will try and update you. Meantime can you please merge https://github.com/patflick/miopen-benchmark/pull/12 PR.

Sorry @patflick for delay. Really I was too much occupied with priority tasks. Without fail, I will update you by tomorrow.