Home
libcudf
cucim
cudf-java
cudf
cugraph
cuml
cuproj
cuspatial
cuvs
cuxfilter
dask-cuda
dask-cudf
kvikio
libcudf
libcuml
libcuproj
libcuspatial
libkvikio
librapidsmpf
librmm
libucxx
raft
rapids-cmake
rapidsmpf
rmm
ucxx
nightly (25.12)
nightly (25.12)
stable (25.10)
legacy (25.08)
include
cudf
utilities
default_stream.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2020-2024, NVIDIA CORPORATION.
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#pragma once
7
8
#include <cudf/utilities/export.hpp>
9
10
#include <
rmm/cuda_stream_view.hpp
>
11
12
namespace
CUDF_EXPORT
cudf
{
24
rmm::cuda_stream_view
const
get_default_stream
();
25
31
bool
is_ptds_enabled
();
32
// end of group
34
}
// namespace CUDF_EXPORT cudf
rmm::cuda_stream_view
cuda_stream_view.hpp
cudf::get_default_stream
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
cudf::is_ptds_enabled
bool is_ptds_enabled()
Check if per-thread default stream is enabled.
cudf
cuDF interfaces
Definition:
host_udf.hpp:26
Generated by
1.9.1