Skip to content

Commit

Permalink
Fix a method deprecation. (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Aug 20, 2024
1 parent 4918437 commit 76e2972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using Base: @deprecate_binding
@deprecate_binding HOSTREGISTER_IOMEMORY CUDA.MEMHOSTREGISTER_IOMEMORY false

@deprecate register(args...) CUDA.register(args...) false
@deprecate unregister(args...) CUDA.register(args...) false
@deprecate unregister(args...) CUDA.unregister(args...) false

@deprecate_binding ATTACH_GLOBAL CUDA.MEM_ATTACH_GLOBAL false
@deprecate_binding ATTACH_HOST CUDA.MEM_ATTACH_HOST false
Expand Down

0 comments on commit 76e2972

Please sign in to comment.