unified-runtime icon indicating copy to clipboard operation
unified-runtime copied to clipboard

[EXP][CMDBUF] Make command handle behaviour consistent

Open Bensuo opened this issue 1 year ago • 1 comments

  • Attempting to obtain a command handle when the command buffer is not updatable is now an error across all adapters
  • command-buffer spec and adapter code updated to reflect this
  • invalid_update CTS test updated to reflect new behaviour

Bensuo avatar Sep 25 '24 14:09 Bensuo

DPC++ PR: https://github.com/intel/llvm/pull/15522

Bensuo avatar Sep 26 '24 14:09 Bensuo

looking at merging this soon if you can fix the conflicts @Bensuo

aarongreig avatar Oct 16 '24 13:10 aarongreig

looking at merging this soon if you can fix the conflicts @Bensuo

Thanks! I've updated the branch and will keep an eye on the CI while it runs.

Bensuo avatar Oct 17 '24 14:10 Bensuo