Skip to content

Commit

Permalink
update ttmlir-translate options in mlir test files
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Dec 28, 2024
1 parent 4968b17 commit ecfef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ttmlir/Translate/TTKernel/ttkernel_noc.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: ttmlir-translate --ttkernel-to-cpp %s
// RUN: ttmlir-translate --nockernel-to-cpp %s

func.func @ttkernel_noc() -> () {
%c262432_i32 = arith.constant 262432 : i32
Expand Down
2 changes: 1 addition & 1 deletion test/ttmlir/Translate/TTKernel/ttkernel_tensix.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: ttmlir-translate --ttkernel-to-cpp %s
// RUN: ttmlir-translate --tensixkernel-to-cpp %s
#l1_ = #tt.memory_space<l1>

func.func @ttkernel_tensix(%arg1: !ttkernel.cb<cb_in0, 294912, memref<2x4x!tt.tile<32x32, f32>, #l1_>, 4096, 1>,
Expand Down

0 comments on commit ecfef6c

Please sign in to comment.