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 063b499 commit df7f0aeCopy full SHA for df7f0ae
sycl/source/detail/scheduler/commands.cpp
@@ -418,6 +418,8 @@ class DispatchHostTask {
418
interop_handle IH{MReqToMem, HostTask.MQueue,
419
HostTask.MQueue->getDeviceImplPtr(),
420
HostTask.MQueue->getContextImplPtr()};
421
+ // TODO: should all the backends that support this entry point use this
422
+ // for host task?
423
if (IH.get_backend() == backend::ext_oneapi_cuda ||
424
IH.get_backend() == backend::ext_oneapi_hip) {
425
EnqueueNativeCommandData CustomOpData{
0 commit comments