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 and test math precision. #1394

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Fix and test math precision. #1394

merged 1 commit into from
Feb 23, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 23, 2022

Fixes #1392

@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #1394 (2a1ca4c) into master (3172225) will increase coverage by 0.27%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1394      +/-   ##
==========================================
+ Coverage   77.50%   77.78%   +0.27%     
==========================================
  Files         121      124       +3     
  Lines        8978     9073      +95     
==========================================
+ Hits         6958     7057      +99     
+ Misses       2020     2016       -4     
Impacted Files Coverage Δ
lib/cudadrv/state.jl 81.35% <0.00%> (+1.81%) ⬆️
src/CUDA.jl 100.00% <0.00%> (ø)
lib/nvtx/NVTX.jl 100.00% <0.00%> (ø)
lib/curand/CURAND.jl 100.00% <0.00%> (ø)
lib/cudnn/descriptors.jl 100.00% <0.00%> (ø)
lib/utils/APIUtils.jl 100.00% <0.00%> (ø)
lib/cupti/CUPTI.jl 100.00% <0.00%> (ø)
lib/cufft/CUFFT.jl 100.00% <0.00%> (ø)
lib/cublas/CUBLAS.jl 76.10% <0.00%> (+0.21%) ⬆️
lib/cusolver/CUSOLVER.jl 83.09% <0.00%> (+0.24%) ⬆️
... and 20 more

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 3172225...2a1ca4c. Read the comment docs.

@maleadt maleadt merged commit c616fe8 into master Feb 23, 2022
@maleadt maleadt deleted the tb/math_precision branch February 23, 2022 11:11
maleadt added a commit that referenced this pull request Feb 25, 2022
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 13, 2023
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.

CUDA.math_mode!(...; precision) option not working
1 participant