[BUILD] use Python Var In Tests (#859)

This commit is contained in:
Ian Bearman
2022-11-08 09:44:19 -08:00
committed by GitHub
parent 137344946f
commit 303790da88
3 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// RUN: python3 -m triton.tools.aot %s --target=llvm-ir | FileCheck %s
// RUN: %PYTHON -m triton.tools.aot %s --target=llvm-ir | FileCheck %s
// == LLVM IR check begin ==
// CHECK-LABEL: ; ModuleID = 'LLVMDialectModule'

View File

@@ -1,4 +1,4 @@
// RUN: python3 -m triton.tools.aot %s --target=ptx --sm=80 --ptx-version=63 | FileCheck %s
// RUN: %PYTHON -m triton.tools.aot %s --target=ptx --sm=80 --ptx-version=63 | FileCheck %s
// CHECK-LABEL: // Generated by LLVM NVPTX Back-End
// CHECK: .version 6.3
// CHECK: .target sm_80