-
Notifications
You must be signed in to change notification settings - Fork 207
Stream support for BLAS Handles. #181
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
@dominikgrewe I believe this includes all the requested changes on #167 |
(Removed THCDeviceTensor* files from pull request) |
hey @dominikgrewe all your issues were addressed in this PR. Does this look okay to you? |
struct TensorMaskedCopyOp { | ||
TensorMaskedCopyOp(float* s, float* bm) | ||
: src(s), | ||
baseMask(bm) { |
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.
baseMask
isn't used.
Sorry for the delay. I was away for a week. I just have a small comment, otherwise it looks good to me. Thanks guys! |
maskedCopy implemented generic Reduce kernels
I've removed the unused "baseMask" |
Stream support for BLAS Handles.
I've rebased and included Jeff's changes from the previous PR.
maskedCopy implemented
generic Reduce kernels