Module unified_memory

Source
Expand description

Unified memory management for CUDA-Rust

Provides unified memory allocation that can be accessed by both host and device

Structs§

UnifiedMemory
Unified memory allocation

Functions§

allocate_unified
Create a new shared unified memory allocation

Type Aliases§

SharedUnifiedMemory
Shared unified memory handle