Skip to content

Commit

Permalink
deprecate arrow::cuda::DefaultMemoryMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 26, 2024
1 parent 92ece26 commit 7a9e30d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/src/arrow/gpu/cuda_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ Result<uintptr_t> GetDeviceAddress(const uint8_t* cpu_data,
ARROW_EXPORT
Result<uint8_t*> GetHostAddress(uintptr_t device_ptr);

ARROW_EXPORT
ARROW_DEPRECATED(
"Deprecated in 16.0.0. The CUDA device is registered by default, and you can use "
"arrow::DefaultDeviceMapper instead.")
Result<std::shared_ptr<MemoryManager>> DefaultMemoryMapper(ArrowDeviceType device_type,
int64_t device_id);

Expand Down

0 comments on commit 7a9e30d

Please sign in to comment.