Files
llama.cpp/ggml/src/ggml-cuda/cross-entropy-loss.cuh
Georgi Gerganov 231cff5f6f sync : ggml
2024-08-27 22:41:27 +03:00

6 lines
158 B
Plaintext

#include "common.cuh"
#define CUDA_CROSS_ENTROPY_LOSS_BLOCK_SIZE 256
void ggml_cuda_cross_entropy_loss(ggml_backend_cuda_context & ctx, ggml_tensor * dst);