brintos

brintos / llvm-project-archived public Read only

0
0
Text · 538 B · f1666db Raw
13 lines · python
1# Check all variants of instructions supported by PTX88 on SM120a2# RUN: %python %s --ptx=88 --gpu-arch=120 --aa > %t-ptx88-sm_120a.ll3# RUN: llc < %t-ptx88-sm_120a.ll -mtriple=nvptx64 -mcpu=sm_120a -mattr=+ptx88 \4# RUN:           | FileCheck %t-ptx88-sm_120a.ll5# RUN: %if ptxas-sm_120a && ptxas-isa-8.8 %{                                  \6# RUN: llc < %t-ptx88-sm_120a.ll -mtriple=nvptx64 -mcpu=sm_120a -mattr=+ptx88 \7# RUN:           | %ptxas-verify -arch=sm_120a                              \8# RUN: %}9 10import wmma11 12wmma.main()13