Skip to content

rusticl: Add clCreateSubDevices stub

Adam Jackson requested to merge ajax/mesa:rusticl-stub-create-sub-devices into main

unified-runtime tries to call this unconditionally. It handles errors correctly, but calling None here isn't an error, it's a crash. Just return CL_INVALID_VALUE so we don't crash.

Merge request reports