summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py
diff options
context:
space:
mode:
authorArtem Belevich <tra@google.com>2019-04-25 22:28:09 +0000
committerArtem Belevich <tra@google.com>2019-04-25 22:28:09 +0000
commit5fe85a003f6b6ba3c2b83c319d1c160ca7af7c7c (patch)
tree50365a275ecd4099aa476aca85492dd47702fb30 /lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py
parent16737538f4fc4757ae5226e95b177155ed8e13ad (diff)
downloadbcm5719-llvm-5fe85a003f6b6ba3c2b83c319d1c160ca7af7c7c.tar.gz
bcm5719-llvm-5fe85a003f6b6ba3c2b83c319d1c160ca7af7c7c.zip
[CUDA] Implemented _[bi]mma* builtins.
These builtins provide access to the new integer and sub-integer variants of MMA (matrix multiply-accumulate) instructions provided by CUDA-10.x on sm_75 (AKA Turing) GPUs. Also added a feature for PTX 6.4. While Clang/LLVM does not generate any PTX instructions that need it, we still need to pass it through to ptxas in order to be able to compile code that uses the new 'mma' instruction as inline assembly (e.g used by NVIDIA's CUTLASS library https://github.com/NVIDIA/cutlass/blob/master/cutlass/arch/mma.h#L101) Differential Revision: https://reviews.llvm.org/D60279 llvm-svn: 359248
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud