diff options
Diffstat (limited to 'llama.cpp/ggml/src/ggml-cuda/add-id.cuh')
| -rw-r--r-- | llama.cpp/ggml/src/ggml-cuda/add-id.cuh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-cuda/add-id.cuh b/llama.cpp/ggml/src/ggml-cuda/add-id.cuh new file mode 100644 index 0000000..30b1721 --- /dev/null +++ b/llama.cpp/ggml/src/ggml-cuda/add-id.cuh @@ -0,0 +1,3 @@ +#include "common.cuh" + +void ggml_cuda_op_add_id(ggml_backend_cuda_context & ctx, ggml_tensor * dst); |
