We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42a81c commit 26349e1Copy full SHA for 26349e1
ggml/src/ggml-cuda/norm.cu
@@ -1,5 +1,5 @@
1
#include "norm.cuh"
2
-#include <stdint.h>
+#include <cstdint>
3
4
template <int block_size>
5
static __global__ void norm_f32(
0 commit comments