memory
This directory focuses on Host/Device data transfer, shared memory, IPC, and multi-stream memory synchronization capabilities.
Sample List
- 0_h2h_memory_copy: Demonstrates Host to Host memory copy.
- 1_h2d_sync_memory_copy: Demonstrates Host to Device synchronous copy.
- 2_h2d_async_memory_copy: Demonstrates Host to Device asynchronous copy.
- 3_d2h_sync_memory_copy: Demonstrates Device to Host synchronous copy.
- 4_d2h_async_memory_copy: Demonstrates Device to Host asynchronous copy.
- 5_d2d_sync_memory_copy: Demonstrates Device to Device synchronous copy.
- 6_d2d_async_memory_copy: Demonstrates Device to Device asynchronous copy.
- 7_physical_memory_sharing_withpid: Demonstrates physical memory sharing with specified PID.
- 8_physical_memory_sharing_withoutpid: Demonstrates physical memory sharing without specified PID.
- 9_multistream_sync_memory: Demonstrates memory synchronization in multi-Stream scenarios.
- 10_ipc_memory_withpid: Demonstrates IPC memory sharing with specified PID.
- 11_ipc_memory_withoutpid: Demonstrates IPC memory sharing without specified PID.
- 12_cross_server_physical_memory_sharing_withoutpid: Demonstrates cross-server physical memory sharing.