pub fn check_memory_availability(
required_memory: usize,
memory_info: &GpuMemoryInfo,
) -> ScirsResult<bool>
Expand description
Check if the system has sufficient memory for an operation
pub fn check_memory_availability(
required_memory: usize,
memory_info: &GpuMemoryInfo,
) -> ScirsResult<bool>
Check if the system has sufficient memory for an operation