| 29 | } |
| 30 | |
| 31 | void AclQueue::OnXQueueCreate() |
| 32 | { |
| 33 | ACL_ASSERT(Driver::rtSetDevice(device_id_)); |
| 34 | ACL_ASSERT(Driver::rtSetCurrentContext(context_)); |
| 35 | } |
| 36 | |
| 37 | EXPORT_C_FUNC XResult AclQueueCreate(HwQueueHandle *hwq, aclrtStream stream) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected