Unverified Commit 85b8fe52 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

fix (#3286)

parent b4cd60a9
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
#include "../../runtime/cuda/cuda_hashtable.cuh" #include "../../runtime/cuda/cuda_hashtable.cuh"
#include "./dgl_cub.cuh" #include "./dgl_cub.cuh"
using namespace dgl::runtime::cuda;
namespace dgl { namespace dgl {
namespace array { namespace array {
using namespace dgl::runtime::cuda;
namespace { namespace {
// TODO(nv-dlasalle): Replace with getting the stream from the context // TODO(nv-dlasalle): Replace with getting the stream from the context
......
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