Update ggml/src/ggml-cuda/norm.cu

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Johannes Gäßler 2025-02-04 15:42:29 +01:00
parent 386c52cfeb
commit af7fead947

View file

@ -1,5 +1,5 @@
#include "norm.cuh"
#include <stdint.h>
#include <cstdint>
template <int block_size>
static __global__ void norm_f32(