You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function contains only C++ STL code and no CUDA code. Also, including it in the column_device_view.cuh now requires a new dependency on cub/cub.cuh (per the cuda.cuh) as found when building blazingSQL.
Recommend moving this definition to an existing or new .hpp file.
The text was updated successfully, but these errors were encountered:
Closes#6857
This function contains only C++ STL code and no CUDA code. Also, including it in the `column_device_view.cuh` required a new dependency on `cub/cub.cuh` (per the `cuda.cuh`) as found when building blazingSQL.
Authors:
- davidwendt <[email protected]>
Approvers:
- Ram (Ramakrishna Prabhu)
- Mark Harris
- Ray Douglass
URL: #6859
The changes to #6605 included a new function
cudf::detail::align_ptr_for_type
which is defined incudf/detail/utilities/cuda.cuh
here:cudf/cpp/include/cudf/detail/utilities/cuda.cuh
Line 183 in f3c9322
This function contains only C++ STL code and no CUDA code. Also, including it in the
column_device_view.cuh
now requires a new dependency oncub/cub.cuh
(per thecuda.cuh
) as found when building blazingSQL.Recommend moving this definition to an existing or new
.hpp
file.The text was updated successfully, but these errors were encountered: