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

Modified the aie-rt function APIs and updated the datatype of its parameter from u8 to u16 #8692

Closed
wants to merge 1 commit into from

Conversation

ManojTakasi
Copy link
Collaborator

Problem solved by the commit

This PR is the same as #8684. Reverted the changes on the client side.

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

No functionality changes.

How problem was solved, alternative solutions (if any) and why they were rejected

By modifying the mentioned APIs and its parameter from u8 to u16.

Risks (if any) associated the changes in the commit

low

What has been tested and how, request additional testing if necessary

Ran graph test case by building and installing xrt,czocl, aiefal, libaiengine packages on vck190.

Documentation impact (if any)

Copy link
Collaborator

@pgschuey pgschuey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a much better set of changes as it avoids client-based code which already supports 16 bits. My only concern is this PR conflicts with PR 8689. Given that this is now the third set of changes which the other PR has had to merge/accommodate, I would suggest waiting for PR 8689 to merge, then make the appropriate adjustments to this PR and merge accordingly.

@ManojTakasi
Copy link
Collaborator Author

Hi, the required changes have already been made in the mentioned PR-8689. Therefore, I will be closing this PR. Thank you

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.

2 participants