Skip to content

Commit 26349e1

Browse files
Update ggml/src/ggml-cuda/norm.cu
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent e42a81c commit 26349e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/norm.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "norm.cuh"
2-
#include <stdint.h>
2+
#include <cstdint>
33

44
template <int block_size>
55
static __global__ void norm_f32(

0 commit comments

Comments
 (0)