On Tue, Jan 8, 2019, 7:55 PM Ilia Mirkin On Tue, Jan 8, 2019 at 7:26 PM Marek Olšák wrote:
> >
> > On Tue, Jan 8, 2019 at 7:18 PM Ilia Mirkin wrote:
> >>
> >> On Tue, Jan 8, 2019 at 6:21 PM Marek Olšák wrote:
> >> >
> >> > On Tue, Jan 8, 2019 at 5:25 PM Ilia Mirkin
> wrote:
> >> >>
> >> >> Why
On Tue, Jan 8, 2019 at 7:26 PM Marek Olšák wrote:
>
> On Tue, Jan 8, 2019 at 7:18 PM Ilia Mirkin wrote:
>>
>> On Tue, Jan 8, 2019 at 6:21 PM Marek Olšák wrote:
>> >
>> > On Tue, Jan 8, 2019 at 5:25 PM Ilia Mirkin wrote:
>> >>
>> >> Why does this need to be in p_state? And who is responsible for
On Tue, Jan 8, 2019 at 7:18 PM Ilia Mirkin wrote:
> On Tue, Jan 8, 2019 at 6:21 PM Marek Olšák wrote:
> >
> > On Tue, Jan 8, 2019 at 5:25 PM Ilia Mirkin wrote:
> >>
> >> Why does this need to be in p_state? And who is responsible for
> >> setting it (and how will it be set)?
> >
> >
> > Oh righ
On Tue, Jan 8, 2019 at 6:21 PM Marek Olšák wrote:
>
> On Tue, Jan 8, 2019 at 5:25 PM Ilia Mirkin wrote:
>>
>> Why does this need to be in p_state? And who is responsible for
>> setting it (and how will it be set)?
>
>
> Oh right, there is a way to get it out of p_state.h if needed.
>
> It should
On Tue, Jan 8, 2019 at 5:25 PM Ilia Mirkin wrote:
> Why does this need to be in p_state? And who is responsible for
> setting it (and how will it be set)?
>
Oh right, there is a way to get it out of p_state.h if needed.
It should be set to 0 by default.
If your thread block is 8x8x1, but you n
Why does this need to be in p_state? And who is responsible for
setting it (and how will it be set)?
On Tue, Jan 8, 2019 at 2:47 PM Jiang, Sonny wrote:
>
> and add radeonsi support. This will be used by radeonsi internally.
>
> Signed-off-by: Sonny Jiang
> ---
> src/gallium/drivers/radeonsi/si_
and add radeonsi support. This will be used by radeonsi internally.
Signed-off-by: Sonny Jiang
---
src/gallium/drivers/radeonsi/si_compute.c | 33 +++
src/gallium/include/pipe/p_state.h| 7 +
2 files changed, 35 insertions(+), 5 deletions(-)
diff --git a/src/gal