diff options
Diffstat (limited to 'ggml-cuda/softmax.cuh')
-rw-r--r-- | ggml-cuda/softmax.cuh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ggml-cuda/softmax.cuh b/ggml-cuda/softmax.cuh deleted file mode 100644 index 4ef4ff86..00000000 --- a/ggml-cuda/softmax.cuh +++ /dev/null @@ -1,5 +0,0 @@ -#include "common.cuh" - -#define CUDA_SOFT_MAX_BLOCK_SIZE 1024 - -void ggml_cuda_op_soft_max(ggml_backend_cuda_context & ctx, ggml_tensor * dst); |