Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / NVPTX / wmma-ptx65-sm75.py
blobac0a3f089a19d1d485d7faceec5b2a970fbe06d6
1 # Check all variants of instructions supported by PTX65 on SM75+
2 # RUN: %python %s --ptx=65 --gpu-arch=75 > %t-ptx65-sm_75.ll
3 # RUN: FileCheck %t-ptx65-sm_75.ll < %t-ptx65-sm_75.ll \
4 # RUN: --check-prefixes=INTRINSICS,M16N16,EXTGEOM,INT,SUBINT,MMA,PTX65MMA,PTX65LDMATRIX
5 # RUN: FileCheck %t-ptx65-sm_75.ll < %t-ptx65-sm_75.ll \
6 # RUN: --check-prefixes=INTRINSICS
7 # RUN: llc < %t-ptx65-sm_75.ll -march=nvptx64 -mcpu=sm_75 -mattr=+ptx65 \
8 # RUN: | FileCheck %t-ptx65-sm_75.ll
9 # RUN: %if ptxas-10.2 %{ \
10 # RUN: llc < %t-ptx65-sm_75.ll -march=nvptx64 -mcpu=sm_75 -mattr=+ptx65 \
11 # RUN: | %ptxas-verify -arch=sm_75 \
12 # RUN: %}
14 import wmma
16 wmma.main()