Open
Description
A design suggestion was made in a comment in the the Native CPU command_buffer.cpp
file in 27bbfcf by @uwedolinsky
Stub implementations of UR experimental feature command-buffers
Taken almost unchanged from another adapter. Perhaps going forward
these stubs could be defined in core UR as the default which would
reduce code duplication. Adapters could then "override" these defaults.
Requested by @EwanC in #1059 (comment) to open this up as an issue for discussion so it doesn't get lost. I have made an additional comment in the file to link to this issue while it is discussed.