Update ggml/src/ggml-cuda/norm.cu
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
386c52cfeb
commit
af7fead947
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "norm.cuh"
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
template <int block_size>
|
||||
static __global__ void norm_f32(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue