SimpleOpenCLSamples icon indicating copy to clipboard operation
SimpleOpenCLSamples copied to clipboard

CMD-Buf supported queue properties

Open EwanC opened this issue 1 year ago • 1 comments

Updates to the command-buffer emulation layer to support changes from https://github.com/KhronosGroup/OpenCL-Docs/pull/850

Requires using https://github.com/KhronosGroup/OpenCL-Headers/pull/265 in external/OpenCL-Headers and can be used to test CTS changes from https://github.com/KhronosGroup/OpenCL-CTS/pull/2101

EwanC avatar Oct 04 '24 08:10 EwanC

Thanks, this is great!

Do you want to hold off on this one until the headers changes are merged, or try to add in some #ifdefs so it'll work both with newer and older headers?

bashbaug avatar Oct 04 '24 14:10 bashbaug

Thanks, this is great!

Do you want to hold off on this one until the headers changes are merged, or try to add in some #ifdefs so it'll work both with newer and older headers?

Let's just wait for the headers to be merged, which hopefully won't be long now

EwanC avatar Jan 08 '25 11:01 EwanC

Headers are merged now, so this PR could be merged as-is (if approved)

EwanC avatar Jan 15 '25 09:01 EwanC