·
6 min read
miopenStatusUnknownError isn't a GPU limitation. It's a missing header.
A batch_norm call kept failing on my AMD Strix Halo iGPU, so I moved the workload to CPU. Nine days later I found the real cause: the container had no C++ standard headers. The GPU was fine the whole time.
rocmgpudockerdebugging
Read