llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][DOC] Fixed-size private arrays as an input for Group Algorithms

Open andreyfe1 opened this issue 3 years ago • 2 comments

For performance reasons it's better to process fixed-size arrays of variables in private memory using Group Algorithms. The proposal introduces such capability.

Based on following extensions:

Signed-off-by: Fedorov, Andrey [email protected]

andreyfe1 avatar Feb 14 '22 11:02 andreyfe1

It is not clear to me what you mean by static array here.

keryell avatar Feb 15 '22 01:02 keryell

It is not clear to me what you mean by static array here.

Sorry, I mean fixed-size arrays, e.g. std::array<T>, T[N]. Would it be better, if I replaced static arrays with fixed-sized arrays in this document?

andreyfe1 avatar Feb 15 '22 14:02 andreyfe1