Skip to content

Commit

Permalink
fix memory-resource-ref parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Sep 11, 2024
1 parent daa106e commit 96933c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/strings/findall.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ std::unique_ptr<column> find_re(
strings_column_view const& input,
regex_program const& prog,
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 doxygen group
} // namespace strings
Expand Down

0 comments on commit 96933c9

Please sign in to comment.