We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3998c commit b6327e8Copy full SHA for b6327e8
sycl/source/detail/scheduler/commands.cpp
@@ -3192,6 +3192,7 @@ ur_result_t ExecCGCommand::enqueueImpQueue() {
3192
HostTask->MHostTask->MInteropTask};
3193
3194
ur_bool_t NativeCommandSupport = false;
3195
+ assert(MQueue && "Native command should have an associated queue");
3196
MQueue->getPlugin()->call<UrApiKind::urDeviceGetInfo>(
3197
detail::getSyclObjImpl(MQueue->get_device())->getHandleRef(),
3198
UR_DEVICE_INFO_ENQUEUE_NATIVE_COMMAND_SUPPORT_EXP,
0 commit comments