mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-15 12:42:40 -04:00
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
![]() |
#include "common.cuh"
|
||
|
|
||
|
#define CUDA_CONV_TRANPOSE_1D_BLOCK_SIZE 256
|
||
|
|
||
|
void ggml_cuda_op_conv_transpose_1d(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|