-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Hexagon] Add unit tests executing 2-d VTCM usage #10904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hexagon] Add unit tests executing 2-d VTCM usage #10904
Conversation
|
This PR requires the reduced memory footprint made in #10903 , in draft mode until it lands. |
Previously, the schedules in `test_2d_physical_buffers.py` were lowered and built into a `runtime::Module`, but were not executed.
ee33e76 to
3a91988
Compare
|
Rebasing onto main following #10903 being merged into main. |
adstraw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a small PR that represents a HUGE amount of work and a monumental feature-add to TVM. Great to see transform_layout tested so extensively. Nice work @Lunderberg!
|
Minor update, the |
* [Hexagon] Add unit tests executing 2-d VTCM usage Previously, the schedules in `test_2d_physical_buffers.py` were lowered and built into a `runtime::Module`, but were not executed. * Added a missing function definition in the PR branch. * Only run test_execute on simulator in CI
* [Hexagon] Add unit tests executing 2-d VTCM usage Previously, the schedules in `test_2d_physical_buffers.py` were lowered and built into a `runtime::Module`, but were not executed. * Added a missing function definition in the PR branch. * Only run test_execute on simulator in CI
* [Hexagon] Add unit tests executing 2-d VTCM usage Previously, the schedules in `test_2d_physical_buffers.py` were lowered and built into a `runtime::Module`, but were not executed. * Added a missing function definition in the PR branch. * Only run test_execute on simulator in CI
* [Hexagon] Add unit tests executing 2-d VTCM usage Previously, the schedules in `test_2d_physical_buffers.py` were lowered and built into a `runtime::Module`, but were not executed. * Added a missing function definition in the PR branch. * Only run test_execute on simulator in CI
Previously, the schedules in
test_2d_physical_buffers.pywere lowered and built into aruntime::Module, but were not executed.