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

6 lines
150 B
Plaintext

#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);