Skip to content

Commit f908dce

Browse files
Update ggml/src/ggml-cuda/pad_reflect_1d.cu
Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 12f5f7c commit f908dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-cuda/pad_reflect_1d.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "pad_reflect_1d.cuh"
22

33
static __global__ void pad_reflect_1d_kernel_f32(
4-
const void * src0,
5-
void * dst,
4+
const void * __restrict__ src0,
5+
void * __restrict__ dst,
66
const int64_t ne0,
77
const int64_t ne00,
88
const int64_t ne01,

0 commit comments

Comments
 (0)