8000 Stream support for BLAS Handles. by colesbury · Pull Request #181 · torch/cutorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 1 commit into from
Jun 24, 2015
Merged

Conversation

colesbury
Copy link
Contributor

I've rebased and included Jeff's changes from the previous PR.

maskedCopy implemented
generic Reduce kernels

@colesbury
Copy link
Contributor Author

@dominikgrewe I believe this includes all the requested changes on #167

@colesbury
Copy link
Contributor Author

(Removed THCDeviceTensor* files from pull request)

@soumith
Copy link
Member
soumith commented Jun 24, 2015

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) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

baseMask isn't used.

@dominikgrewe
Copy link
Member

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
@colesbury
Copy link
Contributor Author

I've removed the unused "baseMask"

8FF8

soumith added a commit that referenced this pull request Jun 24, 2015
Stream support for BLAS Handles.
@soumith soumith merged commit 763bdb3 into torch:master Jun 24, 2015
@colesbury colesbury deleted the goodies2 branch June 24, 2015 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0