We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90467d commit dcbfcd3Copy full SHA for dcbfcd3
csrc/ops.cu
@@ -3,7 +3,6 @@
3
// This source code is licensed under the MIT license found in the
4
// LICENSE file in the root directory of this source tree.
5
6
-#include <BinSearch.h>
7
#include <cassert>
8
#include <cub/device/device_scan.cuh>
9
#include <kernels.cuh>
@@ -12,7 +11,6 @@
12
11
13
#define ERR_NOT_IMPLEMENTED 100
14
15
-using namespace BinSearch;
16
using std::cout;
17
using std::endl;
18
csrc/ops.hip
@@ -15,13 +15,11 @@
#include <hipblaslt/hipblaslt.h>
#endif
#include <limits>
19
20
#include <common.h>
21
22
23
24
25
26
27
0 commit comments