Skip to content

Commit c718184

Browse files
authored
Fix indentation
1 parent 755d1af commit c718184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csrc/kernels.cu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,9 +1791,9 @@ MAKE_kQuantizeBlockwiseSmall(half, 64, NF4)
17911791
MAKE_kQuantizeBlockwiseSmall(float, 64, NF4)
17921792
MAKE_kQuantizeBlockwiseSmall(bnb_bfloat16, 64, NF4)
17931793

1794-
template __global__ void kDequantizeBlockwise<half, 512, 64, 8, FP4>(
1795-
float* code, unsigned char* A, float* absmax, half* out, const int blocksize, const int n
1796-
);
1794+
template __global__ void kDequantizeBlockwise<half, 512, 64, 8, FP4>(
1795+
float* code, unsigned char* A, float* absmax, half* out, const int blocksize, const int n
1796+
);
17971797
template __global__ void kDequantizeBlockwise<half, 512, 64, 8, General8bit>(
17981798
float* code, unsigned char* A, float* absmax, half* out, const int blocksize, const int n
17991799
);

0 commit comments

Comments
 (0)