onnxruntime
5b88e4ed - Allow choosing memory type for CudaPinned allocator (#26892)

Commit
48 days ago
Allow choosing memory type for CudaPinned allocator (#26892) ### Description CudaPinned allocator uses hardcoded to DeviceAllocator memory type. The PR comes to allow choosing memory type for CudaPinned allocator between DeviceAllocator and ArenaAllocator. ### Motivation and Context Fixed issue https://github.com/microsoft/onnxruntime/issues/26887 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Author
Parents
Loading