KhronosGroup / OpenCL-ICD-Loader

The OpenCL ICD Loader project.
Apache License 2.0
246 stars 136 forks source link

Add OpenCL 3.0 API clGetKernelSuggestedLocalWorkSizeKHR. #230

Closed haonanya closed 9 months ago

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

haonanya commented 9 months ago

@bashbaug , this is for https://github.com/KhronosGroup/OpenCL-ICD-Loader/issues/229, can you please help enable CI? Thanks very much.

image

Kerilk commented 9 months ago

Thanks for suggesting this change. If we were to consider adding this to the dispatch table, it would first need to be added here: https://github.com/KhronosGroup/OpenCL-Headers/blob/main/CL/cl_icd.h

Also the print layer code would have to be generated and updated as well.

Kerilk commented 9 months ago

To be completely honest with you, I don't see this change moving further unless https://github.com/KhronosGroup/OpenCL-Docs/issues/1003 is adopted and we do a major release.

haonanya commented 9 months ago

Thanks @bashbaug and @Kerilk , I will close the PR and issue.