Files
llama.cpp-mtp-turboquant/ggml/src/ggml-cuda/diag.cuh
T
Piotr Wilkin (ilintar) b63509262a Add DIAG for CUDA (#17873)
* Add DIAG for CUDA

* Refactor parameters
2025-12-09 20:28:57 +01:00

6 lines
133 B
Plaintext

#include "common.cuh"
#define CUDA_DIAG_BLOCK_SIZE 256
void ggml_cuda_op_diag(ggml_backend_cuda_context & ctx, ggml_tensor * dst);