This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5e1ea7eba8 [PGO] Fix buildbot failure in 359215 new eee685e5e1 [CUDA] Implemented _[bi]mma* builtins.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/BuiltinsNVPTX.def | 58 ++- lib/Basic/Targets/NVPTX.cpp | 2 + lib/CodeGen/CGBuiltin.cpp | 543 ++++++++++++++---------- lib/Driver/ToolChains/Cuda.cpp | 32 +- test/CodeGen/builtins-nvptx-mma.cu | 755 ++++++++++++++++++++++++++++++++++ test/CodeGen/builtins-nvptx-mma.py | 343 +++++++++++++++ 6 files changed, 1507 insertions(+), 226 deletions(-) create mode 100644 test/CodeGen/builtins-nvptx-mma.cu create mode 100644 test/CodeGen/builtins-nvptx-mma.py