[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / NVPTX / wmma-ptx60-sm70.py
blob27b847a2d58a5d187f21eeba33dc76a9f13e1f10
1 # Check all variants of instructions supported by PTX60 on SM70
2 # RUN: %python %s --ptx=60 --gpu-arch=70 > %t-ptx60-sm_70.ll
3 # RUN: FileCheck %t-ptx60-sm_70.ll < %t-ptx60-sm_70.ll \
4 # RUN: --check-prefixes=INTRINSICS,M16N16
5 # RUN: FileCheck %t-ptx60-sm_70.ll < %t-ptx60-sm_70.ll \
6 # RUN: --check-prefixes=INTRINSICS,NOEXTGEOM,NOINT,NOSUBINT,NOMMA,NODOUBLE,NOALTFLOAT,NOLDMATRIX
7 # RUN: llc < %t-ptx60-sm_70.ll -march=nvptx64 -mcpu=sm_70 -mattr=+ptx60 \
8 # RUN: | FileCheck %t-ptx60-sm_70.ll
9 # RUN: %if ptxas %{ \
10 # RUN: llc < %t-ptx60-sm_70.ll -march=nvptx64 -mcpu=sm_70 -mattr=+ptx60 \
11 # RUN: | %ptxas-verify -arch=sm_70 \
12 # RUN: %}
14 import wmma
16 wmma.main()