norm.cuh 263 B

1234567
  1. #include "common.cuh"
  2. void ggml_cuda_op_norm(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
  3. void ggml_cuda_op_group_norm(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
  4. void ggml_cuda_op_rms_norm(ggml_backend_cuda_context & ctx, ggml_tensor * dst);