[PATCH] D122337: [AMDGPU] Use GenericTable to classify DGEMM
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 02:41:02 PDT 2022
foad added inline comments.
Herald added a subscriber: hsmhsm.
================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h:455
+LLVM_READONLY
+bool getMAIIsDGEMM(unsigned Opc);
+
----------------
Can you add a brief comment here (or somewhere) saying roughly what DGEMM means here? Especially since there is no public documentation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122337/new/
https://reviews.llvm.org/D122337
More information about the llvm-commits
mailing list