| 71 | } |
| 72 | |
| 73 | MGB_API DeviceLocator get_physical_location(mgbComputeNode_t device) { |
| 74 | auto location = reinterpret_cast<CompNode*>(device)->locator().to_physical(); |
| 75 | return {location.device, location.stream}; |
| 76 | } |
| 77 | |
| 78 | class XLAMemAllocHelper { |
| 79 | class XLAMemAllocHelperOfSingleCN { |
nothing calls this directly
no test coverage detected