[MKL][ROCBLAS] support the omatcopy and omatadd functions in row and column majors#338
[MKL][ROCBLAS] support the omatcopy and omatadd functions in row and column majors#338jinz2014 wants to merge 12 commits intouxlfoundation:developfrom
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 |
andrewtbarker
left a comment
There was a problem hiding this comment.
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.