-
Notifications
You must be signed in to change notification settings - Fork 93
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] Fixes to host code generator and HCL runtime #394
Conversation
hecmay
commented
Jul 21, 2021
•
edited
Loading
edited
- Fixed OpenCL Codegen Issue #391 (host code generator prints empty names for input arguments)
Can you remove unrelated file changes? |
Done. |
Please add a test that echos the issue. |
Also, I think it's fine you keep the changes for the platform importing issue. |
Okay. BTW, can I also include changes that are needed enable to local CI/CD in this PR? otherwise the test case would not pass on Circle CI, since it requires running through vitis. |
The HCL in master branch is still using inter-process shared memory to communicate with host program. I may also nee to change that to JSON. |
For shared memory, we create a separate PR. For CI settings, you can check how we test for vivado right now. We just need to add an option for pytest. We don't need the |
Can this PR be merged? |
@yn224 I will add some more test cases for the fix and request a review later. Hopefully it can be merged soon. |
…#394) * fix issue 391 * revert * add test case
…#394) * fix issue 391 * revert * add test case