diff options
Diffstat (limited to 'ggml-cuda/binbcast.cuh')
-rw-r--r-- | ggml-cuda/binbcast.cuh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ggml-cuda/binbcast.cuh b/ggml-cuda/binbcast.cuh deleted file mode 100644 index 4f63d637..00000000 --- a/ggml-cuda/binbcast.cuh +++ /dev/null @@ -1,6 +0,0 @@ -#include "common.cuh" - -void ggml_cuda_op_repeat(ggml_backend_cuda_context & ctx, ggml_tensor * dst); -void ggml_cuda_op_add(ggml_backend_cuda_context & ctx, ggml_tensor * dst); -void ggml_cuda_op_mul(ggml_backend_cuda_context & ctx, ggml_tensor * dst); -void ggml_cuda_op_div(ggml_backend_cuda_context & ctx, ggml_tensor * dst); |