ROCm / ROCR-Runtime

ROCm Platform Runtime: ROCr a HPC market enhanced HSA based runtime
https://rocm.docs.amd.com/projects/ROCR-Runtime/en/latest/
Other
217 stars 108 forks source link

Add support for contiguous memory allocations #214

Closed dayatsin-amd closed 3 months ago

dayatsin-amd commented 4 months ago

Support contiguous physical memory allocation flag. Allocations with this flag will have contiguous physical memory. This is dependent on KFD support for this flag and the AllocateKfdMemory(..) function call will fail when it is not supported.

dayatsin-amd commented 3 months ago

Used to share code. Code merged from internal.