You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add an additional example in example/ that is non-CUDA-SDK and supports the full range of Alpaka execution strategies (add element layers, allow arbitrary number of threads in both blocks and thread level) so it can be run in travis with a few (stay 2-4) physical threads in less then a minute.
offline discussion: the sdk examples have quite some "heavy" gl dependencies and are implementing "several stages" of parallelism instead of a simple, "ideal solution" others can copy from.
We should add an additional example in
example/
that is non-CUDA-SDK and supports the full range of Alpaka execution strategies (add element layers, allow arbitrary number of threads in both blocks and thread level) so it can be run in travis with a few (stay 2-4) physical threads in less then a minute.One example would be:
The text was updated successfully, but these errors were encountered: