| 51 | } |
| 52 | |
| 53 | bool InSameStream(const std::shared_ptr<Allocation>& allocation, |
| 54 | const phi::Stream& stream) { |
| 55 | return allocation::AllocatorFacade::Instance().InSameStream(allocation, |
| 56 | stream); |
| 57 | } |
| 58 | |
| 59 | void* GetBasePtr(const std::shared_ptr<Allocation>& allocation) { |
| 60 | return allocation::AllocatorFacade::Instance().GetBasePtr(allocation); |
no test coverage detected