Skip to content
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

[Backend][Vitis] Fix Vitis input data and expose target to pytorch frontend #248

Merged
merged 4 commits into from
Nov 5, 2024

Conversation

chhzh123
Copy link
Member

@chhzh123 chhzh123 commented Nov 5, 2024

Description

This PR adds the following two features:

  1. Dump input data to file so Vitis on-board execution can directly read from files without recompiling the host program.
  2. Expose Vitis target to the Pytorch frontend, so users can specify the target to build the hardware design.

Checklist

  • PR's title starts with a category (e.g. [Bugfix], [IR], [Builder], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage (It would be better to provide ~2 different test cases to test the robustness of your code)
  • Code is well-documented

@chhzh123 chhzh123 merged commit 79632a1 into main Nov 5, 2024
1 check passed
@chhzh123 chhzh123 deleted the fix_vitis_run branch November 6, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant