aboutsummaryrefslogtreecommitdiff
path: root/util/random.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-15 11:57:39 +0800
committerKunoiSayami <[email protected]>2021-11-15 11:57:39 +0800
commit0406eca917270ebc4d05b20de4eecc45645d60f0 (patch)
treee3dcf31673b0ae38669317cfce82b5bd6ff3ed2d /util/random.cu
parentff62cbaad13d4bd309de5d3dda8c7051325d5663 (diff)
feat: Add skiplist cuda version
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'util/random.cu')
-rw-r--r--util/random.cu1
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"