cuSBF
Loading...
Searching...
No Matches
Public Attributes | List of all members
cusbf::detail::cuda_free_memory Struct Reference

Driver-reported free device memory (bytes available for new allocations). More...

Public Attributes

size_t free_bytes {}
 Bytes reported free by cudaMemGetInfo.
 

Detailed Description

Driver-reported free device memory (bytes available for new allocations).

Definition at line 27 of file fastx_chunk.cuh.

Member Data Documentation

◆ free_bytes

size_t cusbf::detail::cuda_free_memory::free_bytes {}

Bytes reported free by cudaMemGetInfo.

Definition at line 29 of file fastx_chunk.cuh.

29{};

The documentation for this struct was generated from the following file: