Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix #848: CUDNN convolution incorrect for small images #873

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

denizyuret
Copy link
Contributor

@denizyuret denizyuret commented Apr 28, 2021

Fixes #848.

@maleadt maleadt added bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers. labels Apr 28, 2021
@codecov
Copy link

codecov bot commented Apr 28, 2021

Codecov Report

Merging #873 (71c5cb2) into master (a472f42) will increase coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #873      +/-   ##
==========================================
+ Coverage   77.41%   77.43%   +0.02%     
==========================================
  Files         120      120              
  Lines        7455     7453       -2     
==========================================
  Hits         5771     5771              
+ Misses       1684     1682       -2     
Impacted Files Coverage Δ
lib/cudnn/convolution.jl 0.00% <0.00%> (ø)

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 a472f42...71c5cb2. Read the comment docs.

@maleadt maleadt merged commit fc05fb2 into JuliaGPU:master Apr 28, 2021
# for free to join this conversation on GitHub. Already have an account? # 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.

CUDNN convolution incorrect for small images
2 participants