Skip to content

Commit

Permalink
Update cpp/include/cudf/datetime.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Murray <41342305+Matt711@users.noreply.github.com>
  • Loading branch information
brandon-b-miller and Matt711 authored Oct 2, 2024
1 parent 844e3dc commit 722c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/datetime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ std::unique_ptr<cudf::column> extract_datetime_component(
cudf::column_view const& column,
datetime_component component,
rmm::cuda_stream_view stream = cudf::get_default_stream(),
rmm::device_async_resource_ref mr = rmm::mr::get_current_device_resource());
rmm::device_async_resource_ref mr = cudf::get_current_device_resource_ref());

/** @} */ // end of group
/**
Expand Down

0 comments on commit 722c6f9

Please sign in to comment.