On 10/19/2016 02:26 PM, Jordan Justen wrote:
> On 2016-10-19 13:47:35, Ian Romanick wrote:
>> On 10/19/2016 12:45 PM, Jordan Justen wrote:
>>> When the local group size is 8 or less, we will execute the program at
>>> most 1 time. Therefore, the local channel ID will always be 0. By
>>> using a con
On 2016-10-19 13:47:35, Ian Romanick wrote:
> On 10/19/2016 12:45 PM, Jordan Justen wrote:
> > When the local group size is 8 or less, we will execute the program at
> > most 1 time. Therefore, the local channel ID will always be 0. By
> > using a constant 0 in this case we can prevent using push c
On 10/19/2016 12:45 PM, Jordan Justen wrote:
> When the local group size is 8 or less, we will execute the program at
> most 1 time. Therefore, the local channel ID will always be 0. By
> using a constant 0 in this case we can prevent using push constant
> data.
>
> This is not expected to be comm
When the local group size is 8 or less, we will execute the program at
most 1 time. Therefore, the local channel ID will always be 0. By
using a constant 0 in this case we can prevent using push constant
data.
This is not expected to be common a occurance in real applications,
but it has been seen