aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cuda/opt-step-sgd.cuh
blob: f97ab7d9bede36fec64f3dae3d04ee461b1ba655 (plain)
1
2
3
4
5
#include "common.cuh"

#define CUDA_OPT_STEP_SGD_BLOCK_SIZE 256

void ggml_cuda_opt_step_sgd(ggml_backend_cuda_context & ctx, ggml_tensor * dst);