document error for kernel enqueue with a work-group size of zero#1542
document error for kernel enqueue with a work-group size of zero#1542bashbaug merged 1 commit intoKhronosGroup:mainfrom
Conversation
|
I wonder if requiring this could break applications that simply specify a But the spec also states However if those are handled it's difficult to rule out that it wouldn't break things. But I think this is good to clarify, I just know that in rusticl enqueue with local_work_size == [0, 0, 0] is the same as specifying |
Mentioning for completeness: we currently return the error |
possible fix for #1541