-
Notifications
You must be signed in to change notification settings - Fork 158
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
[MKL][ROCBLAS] support the omatcopy and omatadd functions in row and column majors #338
base: develop
Are you sure you want to change the base?
Conversation
I will need to update this PR. Thanks for your reminder. |
@muhammad-tanvir-1211 |
Hi @jinz2014, apologies for the delay. I was able to recreate the test failures locally. I have suggested the fix for this in the code. Thanks. |
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
@muhammad-tanvir-1211 The codes were updated with your suggestions. Thanks. |
Great, could you run the tests locally to see if they are passing on your end as well, and attach the log here? |
I have a question. Did you run the tests successfully on your end with your suggested changes ? |
Yes, I did. |
There are segfaults when running 'ctest'.
Could you please paste the test log ? |
Hi @jinz2014, |
A few tests are skipped in the log. I am not sure which tests should be skipped. Can you please have another reviewer evaluate the PR ? Thanks. |
Maybe @andrewtbarker can help? |
/intelci: run |
It looks like it is skipping the batch tests, but the added omatcopy and omatadd tests are passing. That's fine, we can leave the batch versions unimplemented for now and put them in a future PR if necessary. |
Thank you for your comments |
The CI doesn't like the way the edits are formatted. Can you check |
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.
Thanks for the additions!
Thank you for your suggestion. |
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
Thank you for your review.