[PATCH] D142507: [AMDGPU] Split dot7 feature
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 14:28:33 PST 2023
arsenm added inline comments.
================
Comment at: clang/include/clang/Basic/BuiltinsAMDGPU.def:239
-TARGET_BUILTIN(__builtin_amdgcn_fdot2, "fV2hV2hfIb", "nc", "dot7-insts")
+TARGET_BUILTIN(__builtin_amdgcn_fdot2, "fV2hV2hfIb", "nc", "dot10-insts")
TARGET_BUILTIN(__builtin_amdgcn_fdot2_f16_f16, "hV2hV2hh", "nc", "dot9-insts")
----------------
I have even less idea what these numbers mean now than I did before. This is also a bitcode compatibility break
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142507/new/
https://reviews.llvm.org/D142507
More information about the llvm-commits
mailing list