[BugFix][OpenCL] Fix GenerateLocalByGlobal with CL_INVALID_WORK_GROUP_SIZE#129
[BugFix][OpenCL] Fix GenerateLocalByGlobal with CL_INVALID_WORK_GROUP_SIZE#129ysh329 wants to merge 1 commit intomindspore-ai:masterfrom
Conversation
…_SIZE > CL_INVALID_WORK_GROUP_SIZE if local_work_size is specified and number of work-items specified by global_work_size is not evenly divisable by size of work-group given by local_work_size or does not match the work-group size specified for kernel using the __attribute__((reqd_work_group_size(X, Y, Z))) qualifier in program source.
|
Welcome @ysh329! |
|
Hi @ysh329. Thanks for your PR. I'm waiting for a mindspore-ai member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
ref: https://www.khronos.org/registry/OpenCL/sdk/1.0/docs/man/xhtml/clEnqueueNDRangeKernel.html