On 11/24/2015 06:22 PM, Martin Liška wrote:
> Hi.
>
> Following small series enhances HSA back-end in following manner:
>
> 1) HSA: support alloca builtin
> 2) HSA: dump alignment of mem and alloca instructions
> 3) HSA: write back OMP arguments after a kernel dispatch
>
> All patches have been
Hi.
Following small series enhances HSA back-end in following manner:
1) HSA: support alloca builtin
2) HSA: dump alignment of mem and alloca instructions
3) HSA: write back OMP arguments after a kernel dispatch
All patches have been committed to the branch.
Martin
>From 860520b994f96e3a12d85f4
Hello.
In the following series, I enhance HSA BE to correctly support aggregate types
(as function call arguments and return types).
Apart from that, we should not ICE in situations where we have a non-trivial
memory reference. Finally, many memory leaks were
fixed and a lot of refactoring is in