-
Notifications
You must be signed in to change notification settings - Fork 790
[SYCL][HIP] Update amd joint_matrix tests to reflect changes to joint_matrix_mad API. #13250
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
Conversation
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.
LGTM.
Note that this and #13226 depend on one another; depending on which is merged first, the uses of _be
will have to be removed from the other.
Yep one of these will need to be rebased on whichever one merges first |
#13226 has just merged so you can revert the |
joint_matrix_mad
API has been modified to accept the output as an argument to the function. This pull request updates the relevant tests to accommodate this change for amd gpu.