Unverified Commit 183d29de authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

fix cub problem (#3121)

parent 2f41fcd9
......@@ -7,9 +7,9 @@
#include <dgl/random.h>
#include <dgl/runtime/device_api.h>
#include <curand_kernel.h>
#include <cub/cub.cuh>
#include <numeric>
#include "./dgl_cub.cuh"
#include "../../kernel/cuda/atomic.cuh"
#include "../../runtime/cuda/cuda_common.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment