Skip to content

Commit

Permalink
Update mlir/test/Dialect/Tosa/constant-floor.mlir
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Gehre <[email protected]>
  • Loading branch information
ttjost and mgehre-amd authored May 15, 2024
1 parent c8659c6 commit 79ffd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/test/Dialect/Tosa/constant-floor.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func.func @floor_fold_single_valued() -> tensor<f32> {

// CHECK-LABEL: @floor_int
func.func @floor_int() -> tensor<i32> {
// CHECK: tosa.const{{.*}}12{{.*}}tensor<i32>
// CHECK: tosa.const{{.*}}-12{{.*}}tensor<i32>
// CHECK: [[RES:]] ={{.*}}tosa.floor
// CHECK: return [[RES]]
%0 = "tosa.const"() {value = dense<-12> : tensor<i32>} : () -> tensor<i32>
Expand Down

0 comments on commit 79ffd92

Please sign in to comment.