Skip to content

Commit

Permalink
Fix macos nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithtt committed Dec 12, 2024
1 parent be179fc commit b61cffd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module attributes {} {
// CHECK-SAME: {arange_dimension = 3 : i64, end = 32 : si64, start = 0 : si64, step = 1 : si64}
// CHECK-SAME: -> tensor<1x1x1x32xf32>
// CHECK: %[[TRANSPOSE:[0-9]+]] = "ttir.transpose"(%[[ARANGE]],
// CHECK-SAME: {dim0 = 1 : si32, dim1 = 3 : si32,
// CHECK-SAME: {dim0 = 1 : si32, dim1 = 3 : si32
// CHECK-SAME: (tensor<1x1x1x32xf32>, tensor<1x32x1x1xf32>) -> tensor<1x32x1x1xf32>
// CHECK: %[[BROADCAST:[0-9]+]] = "ttir.broadcast"(%[[TRANSPOSE]],
// CHECK-SAME: {dimension = [2, 3]
Expand Down
1 change: 0 additions & 1 deletion test/unittests/Optimizer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ add_mlir_unittest(OptimizerTests

target_link_libraries(OptimizerTests
PRIVATE
MLIR
MLIRTTDialect
MLIRTTNNAnalysis
MLIRTTNNPipelines
Expand Down

0 comments on commit b61cffd

Please sign in to comment.