Skip to content

Commit

Permalink
[Database] Update database with no spatial block loop unroll (mlc-ai#7)
Browse files Browse the repository at this point in the history
Prior to this PR, the database contains traces with which the PrimFuncs
are scheduled as two kernels, with second one being a loop-unrolled
spatial block. However, spatial blocks are not supposed to be unrolled,
and the issue above is what MetaSchedule doesn’t consider at this
moment.

This PR mutates the database manually to remove those loop unroll for
spatial blocks. The MetaSchedule schedule rule and/or post-processor
should be enhanced in the future.
  • Loading branch information
MasterJH5574 authored Mar 15, 2023
1 parent d5f1708 commit 36238ac
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 557 deletions.
Loading

0 comments on commit 36238ac

Please sign in to comment.