gcc/libhsail-rt/rt
Pekka Jääskeläinen d4b7f2ee4b [BRIGFE] Improved support for function and module scope group
segment variables.
    
PRM specs defines function and module scope group segment variables
as an experimental feature. However, PRM test suite uses and
hcc relies on them. In addition, hcc assumes certain group variable
layout in its dynamic group segment allocation code.
    
We cannot have global group memory offsets if we want to
both have kernel-specific group segment size and multiple kernels
calling the same functions that use function scope group memory
variables.
    
Now group segment is handled by separate book keeping of module
scope and function (kernel) offsets. Each function has a "frame"
in the group segment offset to which is given as an argument.

From-SVN: r253233
2017-09-27 15:40:24 +00:00
..
arithmetic.c Minor BRIG/HSAIL frontend updates and bug fixes: 2017-05-04 05:50:21 +00:00
atomics.c
bitstring.c
fbarrier.c
fibers.c
fp16.c
misc.c configure.tgt: Fix i?86-*-linux* entry. 2017-02-01 08:56:49 +01:00
multimedia.c
queue.c configure.tgt: Fix i?86-*-linux* entry. 2017-02-01 08:56:49 +01:00
sat_arithmetic.c configure.tgt: Fix i?86-*-linux* entry. 2017-02-01 08:56:49 +01:00
segment.c configure.tgt: Fix i?86-*-linux* entry. 2017-02-01 08:56:49 +01:00
workitems.c [BRIGFE] Improved support for function and module scope group 2017-09-27 15:40:24 +00:00