Skip to content

Commit 2b34832

Browse files
committed
[NVPTX] ptxas features have been aligned with the latest ones. PR156040.
1 parent d676d60 commit 2b34832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RUN: %python %s --ptx=87 --gpu-arch=120 --aa > %t-ptx87-sm_120a.ll
33
# RUN: llc < %t-ptx87-sm_120a.ll -mtriple=nvptx64 -mcpu=sm_120a -mattr=+ptx87 \
44
# RUN: | FileCheck %t-ptx87-sm_120a.ll
5-
# RUN: %if ptxas-12.7 %{ \
5+
# RUN: %if ptxas-sm_120a && ptxas-isa-8.7 %{ \
66
# RUN: llc < %t-ptx87-sm_120a.ll -mtriple=nvptx64 -mcpu=sm_120a -mattr=+ptx87 \
77
# RUN: | %ptxas-verify -arch=sm_120a \
88
# RUN: %}

0 commit comments

Comments
 (0)