Skip to content

Commit 9a21a90

Browse files
committed
Remove unused
1 parent 50dfd09 commit 9a21a90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cuda/ssm-scan.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ __global__ void __launch_bounds__(splitD, 2)
2525
const int stride_s0 = src0_nb2 / sizeof(float);
2626
const int stride_x = src1_nb2 / sizeof(float);
2727
const int stride_dt = src2_nb1 / sizeof(float);
28-
const int stride_A = src3_nb1 / sizeof(float);
2928
const int stride_B = src4_nb2 / sizeof(float);
3029
const int stride_C = src5_nb2 / sizeof(float);
3130
const int stride_s = stride_s0;

0 commit comments

Comments
 (0)