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

update CUDA compat #87

Merged
merged 1 commit into from
Nov 15, 2021
Merged

update CUDA compat #87

merged 1 commit into from
Nov 15, 2021

Conversation

smnbl
Copy link
Contributor

@smnbl smnbl commented Nov 15, 2021

In a recent commit (merge #82), dynamic allocation of shared memory was changed from the deprecated @cuDynamicSharedMem macro to the replacing CuDynamicSharedArray function,
this breaks compatability with CUDA.jl versions before v3.5.0 as the CuDynamicSharedArray function was only added in CUDA.jl v3.5.

@codecov
Copy link

codecov bot commented Nov 15, 2021

Codecov Report

Merging #87 (b3b60f7) into master (db0ba14) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   41.25%   41.25%           
=======================================
  Files          10       10           
  Lines         446      446           
=======================================
  Hits          184      184           
  Misses        262      262           

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 db0ba14...b3b60f7. Read the comment docs.

Copy link
Member

@maleadt maleadt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, forgot to update that. Thanks.

Project.toml Outdated Show resolved Hide resolved
in a previous commit (merge JuliaGPU#82), dynamic allocation of shared memory
was changed from the deprecated `@cuDynamicSharedMem` macro to the replacing `CuDynamicSharedArray` function,
this breaks compatability with CUDA.jl versions before v3.5.0 as the `CuDynamicSharedArray` function was only added in CUDA.jl v3.5.
@maleadt maleadt merged commit 7f465c5 into JuliaGPU:master Nov 15, 2021
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.

2 participants