[Beignet] [PATCH] Fix crash when output IR

Zhigang Gong zhigang.gong at linux.intel.com
Wed Apr 24 01:43:08 PDT 2013


Pushed, thanks.

On Tue, Apr 23, 2013 at 03:34:21PM +0800, Homer Hsing wrote:
> When output IR, program crashes because two register names are missing.
> 
> Signed-off-by: Homer Hsing <homer.xing at intel.com>
> ---
>  backend/src/ir/profile.cpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/backend/src/ir/profile.cpp b/backend/src/ir/profile.cpp
> index 55a2492..61531be 100644
> --- a/backend/src/ir/profile.cpp
> +++ b/backend/src/ir/profile.cpp
> @@ -39,6 +39,7 @@ namespace ir {
>          "global_offset_0", "global_offset_1", "global_offset_2",
>          "stack_pointer",
>          "block_ip",
> +        "barrier_id", "thread_number",
>      };
>  
>  #if GBE_DEBUG
> -- 
> 1.8.1.2
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list