Skip to content

Commit ce52a53

Browse files
committed
fix (#3286)
1 parent 2b80161 commit ce52a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array/cuda/cuda_filter.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
#include "../../runtime/cuda/cuda_hashtable.cuh"
1111
#include "./dgl_cub.cuh"
1212

13+
using namespace dgl::runtime::cuda;
14+
1315
namespace dgl {
1416
namespace array {
1517

16-
using namespace dgl::runtime::cuda;
17-
1818
namespace {
1919

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

0 commit comments

Comments
 (0)