File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: opt < %s -S -passes=infer-address-spaces | FileCheck %s --check-prefix=INFER
2
2
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx80 | FileCheck %s --check-prefix=PTX
3
- ; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx80 | %ptxas-verify -arch=sm_90 %}
3
+ ; RUN: %if ptxas-12.3 %{ llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx80 | %ptxas-verify -arch=sm_90 %}
4
4
5
5
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
6
6
target triple = "nvptx64-unknown-unknown"
@@ -77,3 +77,4 @@ declare void @llvm.nvvm.prefetch.tensormap.p0(ptr)
77
77
declare void @llvm.nvvm.prefetch.tensormap.p4 (ptr addrspace (4 ))
78
78
declare void @llvm.nvvm.prefetch.tensormap.p101 (ptr addrspace (101 ))
79
79
80
+
You can’t perform that action at this time.
0 commit comments