jkelling

Results 31 comments of jkelling

> There is VEX_FUNCTION_S: > "The body of the function is passed as a string literal or a static string expression." Ok, apparently, in this macro body can be anything...

Believe @sliwowitz implemented the alpaka Philox, so maybe you should have a look.

> Is the example enough for a test? I feel like we should have a unit test as well for the philox, or some of its guts. There is a...

> haven't got around to implementing the 64 bit version - the relevant constants are present, but right now I'm not sure what else would have to be done to...

> Can you please rebase your branch on the latest `develop`? Thx! Done. Waiting for CI.

> We no longer have an OpenMP 5 back-end. Is this still an issue? This is not related to the OpenMP 5 backend, but the OpenMP2Blocks backend.

Related issue closed by https://github.com/alpaka-group/alpaka/pull/1870

This does still affect `BufCpu`, which has a [shared private implementation pointer which is public](https://github.com/alpaka-group/alpaka/blob/develop/include/alpaka/mem/buf/BufCpu.hpp#L98).

> So this issue is about the shared pointer inside a `BufCpu` to be `public`? The shared pointer should be private, not part of the public interface. This requires, though,...