Hi, While testing build result of MIOpen 5.7.1 ebuild, I noticed that `MIOpenDriver gemm` fails in https://github.com/ROCmSoftwarePlatform/MIOpen/blob/rocm-5.7.1/src/gemm_v2.cpp#L672 after falling through switch above it with uninitialized gemm_desc.dataType. Additionally I noticed that GemmDriver also works fine with float16. It looks like `gemmfp16` flag was commented out since initial commit. Here is the fix I've checked https://github.com/AngryLoki/MIOpen/commit/717861b3863ff5ea7a87bcec10c88beca6ae9e74 Feel free to apply it as is or partially up to your decision.