mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-02-02 13:44:42 +08:00
6 lines
158 B
Plaintext
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);
|