c_src/llama.cpp/ggml/src/ggml-cuda/opt-step-adamw.cuh

#include "common.cuh"

#define CUDA_OPT_STEP_ADAMW_BLOCK_SIZE 256

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