Diff Detail
Event Timeline
llvm/docs/AMDGPUUsage.rst | ||
---|---|---|
1000 | I suppose this first sentence could use clarification away from dispatched |
llvm/docs/AMDGPUUsage.rst | ||
---|---|---|
1002–1007 | Clang always adds this function attribute to the kernel. The implicit default value specified by Clang is 1,256 for OpenCL and 1,1024 for HIP. |
llvm/docs/AMDGPUUsage.rst | ||
---|---|---|
1004 | if the actual block size or workgroup size exceeds the limit, the behaviour will be undefined. For example, even if there is only one active thread but the thread local id exceeds the limit, the behaviour is undefined. |
llvm/docs/AMDGPUUsage.rst | ||
---|---|---|
1004 | I agree, the nuance here is to refer to the actual work group size at execution time exceeding the limit rather than the number of logical active lanes. |
Reword again. I was trying to express you can't do what vulkan was doing and increasing the set of active lanes beyond the bounds
I suppose this first sentence could use clarification away from dispatched