diff options
| author | KunoiSayami <[email protected]> | 2021-11-15 11:57:39 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-15 11:57:39 +0800 |
| commit | 0406eca917270ebc4d05b20de4eecc45645d60f0 (patch) | |
| tree | e3dcf31673b0ae38669317cfce82b5bd6ff3ed2d /util/random.cu | |
| parent | ff62cbaad13d4bd309de5d3dda8c7051325d5663 (diff) | |
feat: Add skiplist cuda version
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'util/random.cu')
| -rw-r--r-- | util/random.cu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/random.cu b/util/random.cu new file mode 100644 index 0000000..715ab5a --- /dev/null +++ b/util/random.cu @@ -0,0 +1 @@ +#include "random.cuh" |
