Skip to content

Commit

Permalink
add restrict
Browse files Browse the repository at this point in the history
  • Loading branch information
piDack committed Aug 27, 2024
1 parent eec0e8c commit 0e682ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-cuda/ssm_conv.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

template <int block_size>
static __global__ void ssm_conv_f32(
const float * src0, const float * src1,
const float * __restrict__ src0, const float * __restrict__ src1,
const int src0_nb0, const int src0_nb1, const int src0_nb2,
const int src1_nb1,
float * dst,
Expand Down

0 comments on commit 0e682ce

Please sign in to comment.