Christian Trott
Christian Trott
https://kokkosteam.slack.com
Ok my issues are basically resolved between more reading and some short discussions. For the record David and I independently came up with the same answers to the straw poll...
Note that we are under Apache-2 with LLVM Exceptions. Thus no attribution is required in binary code, and you just need to not delete our license notice in headers you...
Can you add a alignas to the struct?
We need to discuss this in general, i.e. whether we (that is the Kokkos team) want to try to promise our stuff works without the alignas or not. It is...
Lets try this: ``` always allocate with the alignment that the code needs for the given data types ```
The first thing (containers with overloaded math operators) is not something I really want inside Kokkos Core. The whole ISO C++ valarray issue is just too off-putting. The ragged array...
Thomas can you open that PR so we can start looking at that?
We have decided to have a bigger meeting on the evolution of memory spaces and everything which has to do with it post 4.4 release. There are a few different...
I used current Kokkos develop, but I don't think the results will be markedly different with 4.1 release.