Home
libucxx
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
stable (0.47)
nightly (0.48)
stable (0.47)
legacy (0.46)
include
ucxx
utils
python.h
1
5
#pragma once
6
7
#include <memory>
8
9
namespace
ucxx
{
10
11
namespace
utils {
12
13
/*
14
* @brief Check whether Python support is available.
15
*
16
* Check that binary was built with Python support and `libucxx_python.so` is in the
17
* library path. The check is done by attempting to `dlopen` the library, returning whether
18
* both conditions are met.
19
*
20
* @returns whether Python support is available.
21
*/
22
[[nodiscard]]
bool
isPythonAvailable();
23
24
}
// namespace utils
25
26
}
// namespace ucxx
ucxx
Definition:
address.h:15
Generated by
1.9.1