|
cuSBF
|
#include <algorithm>#include <cstddef>#include <cstdint>#include <limits>#include <cusbf/detail/host_parse.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cusbf |
| namespace | cusbf::detail |
Functions | |
| size_t | cusbf::detail::parse_host_chunk_max_bytes (const char *env_name) |
| size_t | cusbf::detail::fastx_host_chunk_max_bytes () |
| Optional host assembly byte cap before flush (debug / low-RAM safety valve). | |
| constexpr bool | cusbf::detail::fastx_chunk_reached_host_byte_limit (size_t host_chunk_max_bytes, uint64_t raw_chunk_bytes) noexcept |
True when raw_chunk_bytes reaches the optional host assembly cap. | |