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
io
config_utils.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
#pragma once
6
7
#include <cudf/utilities/export.hpp>
8
9
namespace
CUDF_EXPORT
cudf
{
10
namespace
io {
12
namespace
kvikio_integration {
13
29
void
set_up_kvikio
();
30
31
}
// namespace kvikio_integration
32
34
namespace
nvcomp_integration {
35
41
[[nodiscard]]
bool
is_all_enabled
();
42
48
[[nodiscard]]
bool
is_stable_enabled
();
49
50
}
// namespace nvcomp_integration
51
53
namespace
integrated_memory_optimization {
54
66
[[nodiscard]]
bool
is_enabled
();
67
// end of group
69
}
// namespace integrated_memory_optimization
70
}
// namespace io
71
}
// namespace CUDF_EXPORT cudf
cudf::io::kvikio_integration::set_up_kvikio
void set_up_kvikio()
Set KvikIO parameters.
cudf::io::nvcomp_integration::is_stable_enabled
bool is_stable_enabled()
Returns true if stable nvCOMP use is enabled.
cudf::io::integrated_memory_optimization::is_enabled
bool is_enabled()
Returns true if integrated memory optimizations are enabled.
cudf::io::nvcomp_integration::is_all_enabled
bool is_all_enabled()
Returns true if all nvCOMP uses are enabled.
cudf
cuDF interfaces
Definition:
host_udf.hpp:26
Generated by
1.9.1