* scripts : update sync [no ci] * files : reorganize [no ci] * sync : llama.cpp * cmake : link math library * cmake : build normal ggml library * files : move headers to include * objc : fix path to ggml-metal.h * ci : fix WHISPER_CUDA -> GGML_CUDA * scripts : sync LICENSE [no ci]
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
#include "common.cuh"
|
|
|
|
#define CUDA_PAD_BLOCK_SIZE 256
|
|
|
|
void ggml_cuda_op_pad(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|