Details
Diff Detail
Event Timeline
| lib/Target/AMDGPU/SIISelLowering.cpp | ||
|---|---|---|
| 1643 | This should be derived from the subtarget maximum workgroup size | |
| lib/Target/AMDGPU/SIISelLowering.cpp | ||
|---|---|---|
| 1643 | It is derived from the theoretical maximum you can pack into 32 bit register (and agrees with maximum whg size as well of course, which makes it possible). | |
| lib/Target/AMDGPU/SIISelLowering.cpp | ||
|---|---|---|
| 1643 | For the record: there is conformation that any given WG dimension can never be more that 1024. This enables this code and allows to add few more AssertZExt I suppose. Probably there is something in clang as well. | |
This should be derived from the subtarget maximum workgroup size