Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
unit tests for fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch committed Apr 18, 2023
1 parent e8e6b0e commit 752366f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/octo/test_octo_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_construct_schedule_map():

# Apply the cutlass partitioning pass.
mod = partition_for_cutlass(relax_mod)
print("post PARTITION", mod)

# Construct the schedule map.
schedule_map = tvm.octo.construct_schedule_map(model, mod)
Expand Down

0 comments on commit 752366f

Please sign in to comment.