| 351 | } |
| 352 | |
| 353 | MemNode ROCmCompNodeImpl::mem_node() { |
| 354 | // m_device_info would be null before async init finishes; so we just return |
| 355 | // a prive pointer related to device number here |
| 356 | return MemNode{sd->dev_info + m_locator.device}; |
| 357 | } |
| 358 | |
| 359 | void ROCmCompNodeImpl::sync() { |
| 360 | activate(); |
no outgoing calls