MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / philoxBump

Function philoxBump

src/backend/cuda/kernel/random_engine_philox.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static inline __device__ void philoxBump(uint k[2]) {
67 k[0] += w32_0;
68 k[1] += w32_1;
69}
70
71static inline __device__ void philoxRound(const uint m0, const uint m1,
72 const uint k[2], uint c[4]) {

Callers 1

philoxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected