[PACKAGING] Added FileCheck

This commit is contained in:
Phil Tillet
2022-07-07 16:53:19 -07:00
parent 9d1b5e3f79
commit 65237f6117
7 changed files with 904 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
// RUN: triton-opt %s -tritongpu-verifier
func @test_dot(%a : tensor<128x32xf16>, %b : tensor<32x128xf16>, %c : tensor<128x128xf16>) {
%d = tt.dot %a, %b, %c {allowTF32 = true} : tensor<128x32xf16> * tensor<32x128xf16> -> tensor<128x128xf16>
return
}