Skip to content

Commit dcbfcd3

Browse files
Fix
1 parent f90467d commit dcbfcd3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

csrc/ops.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// This source code is licensed under the MIT license found in the
44
// LICENSE file in the root directory of this source tree.
55

6-
#include <BinSearch.h>
76
#include <cassert>
87
#include <cub/device/device_scan.cuh>
98
#include <kernels.cuh>
@@ -12,7 +11,6 @@
1211

1312
#define ERR_NOT_IMPLEMENTED 100
1413

15-
using namespace BinSearch;
1614
using std::cout;
1715
using std::endl;
1816

csrc/ops.hip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
#include <hipblaslt/hipblaslt.h>
1616
#endif
1717
#include <limits>
18-
#include <BinSearch.h>
1918
#include <cassert>
2019
#include <common.h>
2120

2221
#define ERR_NOT_IMPLEMENTED 100
2322

24-
using namespace BinSearch;
2523
using std::cout;
2624
using std::endl;
2725

0 commit comments

Comments
 (0)