I hereby claim:
- I am gravitino on github.
- I am hundt (https://keybase.io/hundt) on keybase.
- I have a public key whose fingerprint is D3F4 A995 7D3A 7400 874C D1A9 C584 38B7 5FAA 47C7
To claim this, I am signing this object:
| #ifndef RNGPU_HPP | |
| #define RNGPU_HPP | |
| #if defined(__CUDA_ARCH__) | |
| #define INLINE_QUALIFIERS __host__ __device__ __forceinline__ | |
| #else | |
| #include <math.h> | |
| #define INLINE_QUALIFIERS inline | |
| #endif |
| #ifndef INPLACE_ALGORITHMS | |
| #define INPLACE_ALGORITHMS | |
| template< | |
| class value_t, | |
| class index_t> | |
| void permute( | |
| value_t * data, | |
| index_t * perm, | |
| index_t length) { |
I hereby claim:
To claim this, I am signing this object: