Skip to content

Commit 8ea381f

Browse files
authored
[NFC][SYCL][Graph] Remove outdated comment (#18860)
Since #16154 merged in November 2024 we have required a device to report the `UR_DEVICE_COMMAND_BUFFER_UPDATE_CAPABILITY_FLAG_KERNEL_HANDLE` capability to support the `ext_oneapi_graph` aspect. Removing the comment was missed in that change, remove now since it caught my eye.
1 parent cd7024f commit 8ea381f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/source/detail/device_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,8 +1465,6 @@ class device_impl : public std::enable_shared_from_this<device_impl> {
14651465
return false;
14661466
}
14671467

1468-
/* The kernel handle update capability is not yet required for the
1469-
* ext_oneapi_graph aspect */
14701468
ur_device_command_buffer_update_capability_flags_t RequiredCapabilities =
14711469
UR_DEVICE_COMMAND_BUFFER_UPDATE_CAPABILITY_FLAG_KERNEL_ARGUMENTS |
14721470
UR_DEVICE_COMMAND_BUFFER_UPDATE_CAPABILITY_FLAG_LOCAL_WORK_SIZE |

0 commit comments

Comments
 (0)