[PATCH] D128756: [AMDGPU] gfx11 WMMA instruction support
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 13:19:09 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1990
+class AMDGPUWmmaIntrinsic<LLVMType AB, LLVMType CD> :
+ ClangBuiltin<!subst("int", "__builtin", NAME)>,
+ Intrinsic<
----------------
Missing the clang changes and tests for this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128756/new/
https://reviews.llvm.org/D128756
More information about the llvm-commits
mailing list