OpenCL-Docs icon indicating copy to clipboard operation
OpenCL-Docs copied to clipboard

cl_mobileye_reservation_sets

Open aharon-abramson opened this issue 2 months ago • 4 comments

Add cl_mobileye_reservation_sets extension and related API definitions

aharon-abramson avatar Sep 17 '25 07:09 aharon-abramson

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 10 committers have signed the CLA.

:white_check_mark: bashbaug
:white_check_mark: aharon-abramson
:white_check_mark: SunSerega
:white_check_mark: frasercrmck
:x: tomasz-platek
:x: gowtham-sarc
:x: cycheng
:x: ssugumar-mstk
:x: gwawiork
:x: pjaaskel
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Sep 17 '25 07:09 CLAassistant

You may want to rebase so this PR only includes your changes. It looks like it picked up a bunch of other commits, which is confusing the CLA bot. There is a merge conflict that needs to be resolved now, also. Thanks!

bashbaug avatar Sep 18 '25 14:09 bashbaug

Thanks for working on this. Did you consider improving/extending the current pipe spec instead? We wrote down some thoughts about it in this IWOCL publication.

pjaaskel avatar Oct 21 '25 15:10 pjaaskel

Could we represent the concept of "reservation sets" using command buffers or command queues with a special property flag that says the kernels enqueued there should make concurrent progress or similar? I'm a big fan of trying to reduce API fragmentation.

pjaaskel avatar Oct 30 '25 15:10 pjaaskel