mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-04 17:52:50 +00:00
* 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
142 B
Plaintext
6 lines
142 B
Plaintext
#include "common.cuh"
|
|
|
|
#define CUDA_SOFT_MAX_BLOCK_SIZE 1024
|
|
|
|
void ggml_cuda_op_soft_max(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|