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 
36  // end of group
38 } // namespace CUDF_EXPORT cudf
cuda::stream_ref const get_default_stream()
Get the current default stream.
bool is_ptds_enabled()
Check if per-thread default stream is enabled.
cuDF interfaces
Definition: host_udf.hpp:27