| 53 | } |
| 54 | |
| 55 | void CorexQueueLv1::OnXQueueCreate() |
| 56 | { |
| 57 | COREXRT_ASSERT(RtDriver::SetDevice(cudevice_)); |
| 58 | COREX_ASSERT(Driver::CtxSetCurrent(context_)); |
| 59 | } |
| 60 | |
| 61 | EXPORT_C_FUNC XResult CorexQueueGet(HwQueueHandle *hwq, cudaStream_t stream) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected