Home
libcudf
cudf-java
libcudf
libcuml
libkvikio
librapidsmpf
libucxx
ucxx
nightly (26.10)
nightly (26.10)
stable (26.08)
legacy (26.06)
cudf
utilities
default_stream.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2020-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#pragma once
7
8
#include <cudf/utilities/export.hpp>
9
10
#include <cuda/stream_ref>
11
17
namespace
CUDF_EXPORT
cudf
{
28
cuda::stream_ref
const
get_default_stream
();
29
35
bool
is_ptds_enabled
();
36
// end of group
38
}
// namespace CUDF_EXPORT cudf
cudf::get_default_stream
cuda::stream_ref 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:27
Generated by
1.9.1