Skip to content

Commit

Permalink
fix (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarclayII committed Aug 27, 2021
1 parent 2b80161 commit ce52a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/array/cuda/cuda_filter.cu
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
#include "../../runtime/cuda/cuda_hashtable.cuh"
#include "./dgl_cub.cuh"

using namespace dgl::runtime::cuda;

namespace dgl {
namespace array {

using namespace dgl::runtime::cuda;

namespace {

// TODO(nv-dlasalle): Replace with getting the stream from the context
Expand Down

0 comments on commit ce52a53

Please sign in to comment.