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 {
25 
32  // end of group
34 } // 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