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

6 lines
150 B
Plaintext
Raw Normal View History

2024-09-20 16:04:44 +00:00
#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);