Skip to content
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

Fix some wrong pointer types in the CUDNN headers. #408

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 3, 2020

Fixes #397

@maleadt maleadt added bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers. labels Sep 3, 2020
@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #408 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #408   +/-   ##
=======================================
  Coverage   78.90%   78.90%           
=======================================
  Files         166      166           
  Lines        8756     8756           
=======================================
  Hits         6909     6909           
  Misses       1847     1847           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f88c458...2464d7d. Read the comment docs.

@maleadt maleadt merged commit c7c718e into master Sep 3, 2020
@maleadt maleadt deleted the tb/cudnn_cuptrs branch September 3, 2020 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CuPtr should be Ptr in cudnnGetDropoutDescriptor
1 participant