[Beignet] [PATCH] GBE: We should set no predication/mask for EOT preparation.
Song, Ruiling
ruiling.song at intel.com
Sun Sep 1 22:54:26 PDT 2013
LGTM
-----Original Message-----
From: beignet-bounces+ruiling.song=intel.com at lists.freedesktop.org [mailto:beignet-bounces+ruiling.song=intel.com at lists.freedesktop.org] On Behalf Of Zhigang Gong
Sent: Monday, September 02, 2013 11:29 AM
To: beignet at lists.freedesktop.org
Subject: Re: [Beignet] [PATCH] GBE: We should set no predication/mask for EOT preparation.
ping for comments.
On Thu, Aug 29, 2013 at 02:35:01PM +0800, Zhigang Gong wrote:
> Signed-off-by: Zhigang Gong <zhigang.gong at linux.intel.com>
> ---
> backend/src/backend/gen_context.cpp | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/backend/src/backend/gen_context.cpp b/backend/src/backend/gen_context.cpp
> index a029719..f5ba8d8 100644
> --- a/backend/src/backend/gen_context.cpp
> +++ b/backend/src/backend/gen_context.cpp
> @@ -863,11 +863,11 @@ namespace gbe
> }
>
> void GenContext::emitEotInstruction(const SelectionInstruction &insn) {
> - p->MOV(GenRegister::ud8grf(112, 0), GenRegister::ud8grf(0, 0));
> p->push();
> p->curr.predicate = GEN_PREDICATE_NONE;
> - p->curr.execWidth = 8;
> p->curr.noMask = 1;
> + p->MOV(GenRegister::ud8grf(112, 0), GenRegister::ud8grf(0, 0));
> + p->curr.execWidth = 8;
> p->EOT(112);
> p->pop();
> }
> --
> 1.7.9.5
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
Beignet at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list