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

Specialize Ref{<:Type} for GPU compatibility. #1109

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Specialize Ref{<:Type} for GPU compatibility. #1109

merged 1 commit into from
Aug 24, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 24, 2021

Fixes #261. cc @DhairyaLGandhi

@maleadt maleadt added enhancement New feature or request cuda array Stuff about CuArray. labels Aug 24, 2021
@codecov
Copy link

codecov bot commented Aug 24, 2021

Codecov Report

Merging #1109 (a0f3ab5) into master (e0d5b69) will increase coverage by 0.28%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1109      +/-   ##
==========================================
+ Coverage   79.33%   79.61%   +0.28%     
==========================================
  Files         118      118              
  Lines        7915     7889      -26     
==========================================
+ Hits         6279     6281       +2     
+ Misses       1636     1608      -28     
Impacted Files Coverage Δ
src/compiler/execution.jl 84.44% <50.00%> (-0.31%) ⬇️
lib/cublas/wrappers.jl 90.92% <0.00%> (+0.10%) ⬆️
src/pool.jl 76.52% <0.00%> (+0.33%) ⬆️
lib/curand/random.jl 93.18% <0.00%> (+1.04%) ⬆️
lib/cudadrv/module/jit.jl 69.09% <0.00%> (+1.23%) ⬆️
lib/cudadrv/context.jl 73.50% <0.00%> (+1.23%) ⬆️
src/array.jl 92.19% <0.00%> (+1.28%) ⬆️
src/state.jl 78.44% <0.00%> (+1.83%) ⬆️
lib/cublas/util.jl 84.09% <0.00%> (+1.86%) ⬆️
lib/cudadrv/error.jl 83.33% <0.00%> (+1.93%) ⬆️
... and 7 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 e0d5b69...a0f3ab5. Read the comment docs.

@maleadt maleadt merged commit c6f35aa into master Aug 24, 2021
@maleadt maleadt deleted the tb/cuda branch August 24, 2021 12:29
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
cuda array Stuff about CuArray. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broadcasting a datatype does not work
1 participant