llvm-project
3d0de74a - [Offload] Re-allocate overlapping memory

Commit
1 day ago
[Offload] Re-allocate overlapping memory If olMemAlloc happens to allocate memory that was already allocated elsewhere (possibly by another device on another platform), it is now thrown away and a new allocation generated. A new `AllocBases` vector is now available, which is an ordered list of allocation start addresses.
Author
Committer
Parents
Loading