-
Notifications
You must be signed in to change notification settings - Fork 310
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
Copy v transform reduce out test #1856
Copy v transform reduce out test #1856
Conversation
kaatish
commented
Sep 28, 2021
•
edited
Loading
edited
- Added testing for copy_v_transform_reduce_out_nbr primitive.
- Fixed bug in copy_v_transform_reduce_in_out_nbr kernels.
- Fix initial value set up in primitives.
Fixed bug in copy_v_transform_reduce_in_out_nbr kernels
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.
Shouldn't we have a test for in_nbr as well?
Besides this & (some minor issues about formatting), this looks great to me.
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1856 +/- ##
===============================================
Coverage ? 70.08%
===============================================
Files ? 143
Lines ? 8817
Branches ? 0
===============================================
Hits ? 6179
Misses ? 2638
Partials ? 0 Continue to review full report at Codecov.
|
Initial value was not being set correctly. This commit fixes it.
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.
Looks great besides few minor cosmetic issues.
And thanks a lot for finding & fixing the bug related to handling initial values.
…v_transform_reduce_out_test
…v_transform_reduce_out_test
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.
This looks great!!!
rerun tests |
@rerun tests |
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |