summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/softcap.cuh
blob: 2b875bfb0aabe57c84e413f14c0a3e16aea1d835 (plain)
1
2
3
4
5
#include "common.cuh"

#define CUDA_SOFTCAP_BLOCK_SIZE 256

void ggml_cuda_op_softcap(ggml_backend_cuda_context & ctx, ggml_tensor * dst);