#include <cudf/detail/utilities/default_stream.hpp>
#include <cudf/utilities/export.hpp>
#include <rmm/cuda_stream.hpp>
#include <rmm/cuda_stream_view.hpp>
Go to the source code of this file.
Namespaces | |
cudf | |
cuDF interfaces | |
Functions | |
rmm::cuda_stream_view const | cudf::get_default_stream () |
Get the current default stream. More... | |
bool | cudf::is_ptds_enabled () |
Check if per-thread default stream is enabled. More... | |