Skip to content

Commit

Permalink
Add missing default stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 4, 2021
1 parent 04893bf commit 3339f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/detail/transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ std::unique_ptr<column> transform(
std::unique_ptr<column> compute_column(
table_view const table,
ast::expression const& expr,
rmm::cuda_stream_view stream,
rmm::cuda_stream_view stream = rmm::cuda_stream_default,
rmm::mr::device_memory_resource* mr = rmm::mr::get_current_device_resource());

/**
Expand Down

0 comments on commit 3339f62

Please sign in to comment.