Diff Detail
Diff Detail
Event Timeline
include/clang/Basic/TargetInfo.h | ||
---|---|---|
1060 | Is this specifically tied to OpenCL or is it the target's maximum supported work-group size? There are other languages besides OpenCL that have the notion of work-groups, and would seem better to generalize this. | |
lib/Basic/Targets/AMDGPU.h | ||
73–74 | Probably want to update this comment as all runtimes are moving to support the full capabilities of the hardware which is 1024 for all current AMDGCN targets. |
Is this specifically tied to OpenCL or is it the target's maximum supported work-group size? There are other languages besides OpenCL that have the notion of work-groups, and would seem better to generalize this.