config.hpp
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
7 #include <kvikio/utils.hpp>
8 
9 namespace kvikio {
10 
18 [[nodiscard]] KVIKIO_EXPORT std::string const& config_path();
19 
20 } // namespace kvikio
KvikIO namespace.
Definition: batch.hpp:16
KVIKIO_EXPORT std::string const & config_path()
Get the filepath to cuFile's config file (cufile.json) or the empty string.