Skip to content

Commit

Permalink
Additional linalg.fill test
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda849 committed Nov 13, 2023
1 parent 25c7a96 commit 991a9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def test_fill():
assert_roundtrip_equivalence("""module {
func.func @fill_view(%arg0: f32, %arg1: tensor<?x?xf32>) {
linalg.fill ins( %arg0 : f32 ) outs( %arg1 : tensor<?x?xf32> ) -> tensor<?x?xf32>
linalg.fill ins( %arg0 : f32 ) outs( %arg1 : tensor<?x?xf32> )
return
}
}""")
Expand Down

0 comments on commit 991a9b9

Please sign in to comment.