Skip to content

Commit df7f0ae

Browse files
author
Hugh Delaney
committed
Add TODO
1 parent 063b499 commit df7f0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/source/detail/scheduler/commands.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ class DispatchHostTask {
418418
interop_handle IH{MReqToMem, HostTask.MQueue,
419419
HostTask.MQueue->getDeviceImplPtr(),
420420
HostTask.MQueue->getContextImplPtr()};
421+
// TODO: should all the backends that support this entry point use this
422+
// for host task?
421423
if (IH.get_backend() == backend::ext_oneapi_cuda ||
422424
IH.get_backend() == backend::ext_oneapi_hip) {
423425
EnqueueNativeCommandData CustomOpData{

0 commit comments

Comments
 (0)