As the GPU vendor recommend "Tell the Compiler the Work-Group Size" by
``` __attribute__((reqd_work_group_size(X,Y,Z))). ``` in OpenCL kenrel function. I can't get the work group size in codegen, Could you share how to get the work group size? --- [Visit Topic](https://discuss.tvm.ai/t/how-to-get-the-workgroup-size-in-opencl-codegen/6281/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/f1fd2ebaa4c075ac4383477ba46972d0885f025c8d476e397deba860b3d658c6).