Skip to content

Commit 0c94504

Browse files
authored
Fix linting issues
1 parent 947f64e commit 0c94504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/ops.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#if BNB_HIP
1414
#include <hip/hip_runtime.h>
15+
1516
static int bnb_host_warp_size() {
1617
constexpr int MAX_DEVICES = 32;
1718
static int cache[MAX_DEVICES] = {};
@@ -27,7 +28,6 @@ static int bnb_host_warp_size() {
2728
static constexpr int bnb_host_warp_size() { return 32; }
2829
#endif
2930

30-
3131
using std::cout;
3232
using std::endl;
3333

0 commit comments

Comments
 (0)