Skip to content

Commit

Permalink
Cython MR raw ptr --> rmm::device_async_resource_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Aug 27, 2024
1 parent f511322 commit 0d1615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/libcudf/interop.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cdef extern from *:
ArrowArray* to_arrow_host_raw(
cudf::table_view const& tbl,
rmm::cuda_stream_view stream = cudf::get_default_stream(),
rmm::mr::device_memory_resource* mr = rmm::mr::get_current_device_resource()) {
rmm::device_async_resource_ref mr = rmm::mr::get_current_device_resource()) {
// Assumes the sync event is null and the data is already on the host.
ArrowArray *arr = new ArrowArray();
auto device_arr = cudf::to_arrow_host(tbl, stream, mr);
Expand Down

0 comments on commit 0d1615c

Please sign in to comment.