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 <rmm/cuda_stream_view.hpp>
11 
17 namespace CUDF_EXPORT cudf {
29 
36  // end of group
38 } // namespace CUDF_EXPORT cudf
rmm::cuda_stream_view 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:26