Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / NVPTX / wmma-ptx63-sm72.py
blobb0403e0101722dfc046c7dc0881ce5c87bba6803
1 # Check all variants of instructions supported by PTX63 on SM72
2 # RUN: %python %s --ptx=63 --gpu-arch=72 > %t-ptx63-sm_72.ll
3 # RUN: FileCheck %t-ptx63-sm_72.ll < %t-ptx63-sm_72.ll \
4 # RUN: --check-prefixes=INTRINSICS,M16N16,EXTGEOM,INT
5 # RUN: FileCheck %t-ptx63-sm_72.ll < %t-ptx63-sm_72.ll \
6 # RUN: --check-prefixes=INTRINSICS,NOSUBINT,NOMMA,NODOUBLE,NOALTFLOAT,NOLDMATRIX
7 # RUN: llc < %t-ptx63-sm_72.ll -march=nvptx64 -mcpu=sm_72 -mattr=+ptx63 \
8 # RUN: | FileCheck %t-ptx63-sm_72.ll
9 # RUN: %if ptxas-10.0 %{ \
10 # RUN: llc < %t-ptx63-sm_72.ll -march=nvptx64 -mcpu=sm_72 -mattr=+ptx63 \
11 # RUN: | %ptxas-verify -arch=sm_72 \
12 # RUN: %}
14 import wmma
16 wmma.main()