Skip to content

Commit 32e6898

Browse files
remove forward decl
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
1 parent 9f584d3 commit 32e6898

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ggml/src/ggml-cuda/common.cuh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@
110110
# define GGML_CUDA_USE_CUB
111111
#endif // !defined(GGML_USE_HIP) && !defined(GGML_USE_MUSA) && CUDART_VERSION >= 11070
112112

113-
size_t ggml_cuda_flash_attn_ext_get_alloc_size(int device, const ggml_tensor * dst);
114-
115113
// PDL host-side support (cudaLaunchKernelEx) requires CUDART >= 11.8.
116114
// However, this has been bugged in CTK < 12.3 for MSVC builds, see
117115
// https://github.com/ggml-org/llama.cpp/pull/22522#discussion_r3302393293

0 commit comments

Comments
 (0)