Skip to content

Commit

Permalink
-Removes negative test checks as it is host dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidact committed Feb 18, 2025
1 parent 5418d6d commit 0d279ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/Passes/DefaultPipeline/amx-initialization.mlir
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// RUN: tpp-opt --default-pipeline %s | FileCheck %s

// RUN: LIBXSMM_TARGET=spr tpp-opt --default-pipeline %s | FileCheck %s --check-prefix=CHECK-AMX-BF16

// CHECK-LABEL: llvm.func @entry
// CHECK: builtin.unrealized_conversion_cast
// CHECK: amx.tile_mulf
// CHECK-NOT: amx.tilestored64

// CHECK-AMX-BF16-LABEL: llvm.func @entry
// CHECK-AMX-BF16: amx.tileloadd64
Expand Down

0 comments on commit 0d279ef

Please sign in to comment.