mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30:35 +00:00
add restrict
This commit is contained in:
parent
eec0e8ca81
commit
0e682ced5e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user