Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed May 20, 2024
1 parent 787790b commit 5e93a47
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/python/aie_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
cascade_flow,
WireBundle,
packetflow,
get_target_model
get_target_model,
)
from aie.ir import InsertionPoint, Block, TypeAttr
from aie.extras.context import mlir_mod_ctx
Expand Down Expand Up @@ -270,6 +270,7 @@ def test_module_context():

test_module_context()


# CHECK-LABEL: test_target_model
# CHECK: xcvc1902 rows 9
# CHECK: xcvc1902 cols 50
Expand All @@ -287,4 +288,6 @@ def test_target_model():
print(f"{d} rows {tm.rows()}")
print(f"{d} cols {tm.columns()}")
print(f"{d} npu {tm.is_npu()}")
test_target_model()


test_target_model()

0 comments on commit 5e93a47

Please sign in to comment.