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 50dfd09 commit 9a21a90Copy full SHA for 9a21a90
ggml/src/ggml-cuda/ssm-scan.cu
@@ -25,7 +25,6 @@ __global__ void __launch_bounds__(splitD, 2)
25
const int stride_s0 = src0_nb2 / sizeof(float);
26
const int stride_x = src1_nb2 / sizeof(float);
27
const int stride_dt = src2_nb1 / sizeof(float);
28
- const int stride_A = src3_nb1 / sizeof(float);
29
const int stride_B = src4_nb2 / sizeof(float);
30
const int stride_C = src5_nb2 / sizeof(float);
31
const int stride_s = stride_s0;
0 commit comments