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

Docstring for cu #1493

Merged
merged 2 commits into from
May 9, 2022
Merged

Docstring for cu #1493

merged 2 commits into from
May 9, 2022

Conversation

mcabbott
Copy link
Contributor

@mcabbott mcabbott commented May 1, 2022

At present the function cu has no docstring, this adds one.

Inspired by https://discourse.julialang.org/t/converting-default-float-type-to-float32/80326 , although in fact it wouldn't help to find this if you don't know it exists.

@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #1493 (b1192e5) into master (79d8468) will decrease coverage by 0.71%.
The diff coverage is 100.00%.

❗ Current head b1192e5 differs from pull request most recent head 24f2e46. Consider uploading reports for the commit 24f2e46 to get more accurate results

@@            Coverage Diff             @@
##           master    #1493      +/-   ##
==========================================
- Coverage   77.33%   76.62%   -0.72%     
==========================================
  Files         120      120              
  Lines        9273     9273              
==========================================
- Hits         7171     7105      -66     
- Misses       2102     2168      +66     
Impacted Files Coverage Δ
lib/utils/call.jl 84.84% <ø> (ø)
src/array.jl 86.42% <ø> (ø)
lib/cudadrv/version.jl 100.00% <100.00%> (ø)
lib/cudnn/CUDNN.jl 37.50% <0.00%> (-35.94%) ⬇️
lib/cublas/CUBLAS.jl 50.00% <0.00%> (-25.44%) ⬇️
src/utilities.jl 68.91% <0.00%> (-4.06%) ⬇️
lib/cudadrv/CUDAdrv.jl 51.66% <0.00%> (-3.34%) ⬇️
lib/cudadrv/module/linker.jl 68.75% <0.00%> (-3.13%) ⬇️
lib/cudadrv/state.jl 77.84% <0.00%> (-2.28%) ⬇️
lib/cudadrv/memory.jl 78.59% <0.00%> (-1.01%) ⬇️

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 b04a356...24f2e46. Read the comment docs.

src/array.jl Outdated Show resolved Hide resolved
src/array.jl Outdated Show resolved Hide resolved
src/array.jl Outdated Show resolved Hide resolved
@kshyatt kshyatt added the documentation Improvements or additions to documentation label May 7, 2022
@maleadt
Copy link
Member

maleadt commented May 9, 2022

Thanks!

@maleadt maleadt merged commit 0a46a13 into JuliaGPU:master May 9, 2022
@mcabbott mcabbott deleted the patch-1 branch May 9, 2022 11:14
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
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants