]> granicus.if.org Git - clang/commit
[CUDA] Added __hmma_m16n16k16_* builtins to support mma instructions on sm_70
authorArtem Belevich <tra@google.com>
Thu, 12 Oct 2017 21:32:19 +0000 (21:32 +0000)
committerArtem Belevich <tra@google.com>
Thu, 12 Oct 2017 21:32:19 +0000 (21:32 +0000)
commit913b7c774bbb171d6a7de1b2141b29bd8f452129
tree8f91d6e52bffff808db14f751394c14b208df947
parent8f9f718955311b75e93f54ecb739b5c845ddc31d
[CUDA] Added __hmma_m16n16k16_* builtins to support mma instructions on sm_70

Differential Revision: https://reviews.llvm.org/D38742

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315624 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsNVPTX.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-nvptx-sm_70.cu [new file with mode: 0644]