TheTrustedComputer

Results 12 comments of TheTrustedComputer

I have followed the steps provided in the attached link, and it helped to fix my issue. Thanks!

I have a similar issue with Audacity from the Arch repos. As soon as I create at least two audio clips in a single track and have it display the...

Me too! I have an all-AMD system running Linux, and training requires a modern NVIDIA GPU, which I don't have and can't afford. However, I do have a very old...

I'm having the same problem running the Docker container on Arch as well. For now, I'm currently running it through Wine, and it works there.

I may be late to this, but I tried commenting out mp.freeze_support() as you suggested, and it doesn't fix the problem. However, using the HTTP protocol DOES work for me....

Building ROCm 5.4(.3) indeed fixes the MIOpen compiler error users faced with 5.2.3. The checks passed with flying colors, except that ws_size is 0 rather than 576. ``` MIOPEN_VERSION_MAJOR:2 MIOPEN_VERSION_MINOR:19...

UPDATE: I figured out how to resolve the issue when building MIGraphX (ONNX Runtime depends on it as an alternative execution provider) on ROCm 5.4.3. It turns out that `cmake-get`...

I applied patches to the ROCm 6.2 release to make composable kernels compile for the 5500 XT (gfx1012) as described, as well as unit tests for verification. It seems to...

UPDATE: The failed test results from CK have been compiled with HIPCC using GCC 12 headers on the Debian 12 Bookworm Docker image. Recompiling with GCC 14 headers on the...

I second this feature request, as I have an 8GB 5500 XT for machine learning applications. PyTorch recently added hipBLASLt as a hard requirement to build from version 2.3+ if...