Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macos nightly build #1589

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This CHECK-SAME statement is fixed in #1581

// 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
Loading