From: Oliver Simons Date: Sun, 17 May 2026 16:00:10 +0000 (+0200) Subject: CUDA: Continue directly including cuda/iterator (llama/23102) X-Git-Tag: upstream/1.9.2~375 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=53736a3f0e91e132901a55e562252a3519b669dc;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp CUDA: Continue directly including cuda/iterator (llama/23102) Cont of #22936, forgot to update one site --- diff --git a/ggml/src/ggml-cuda/top-k.cu b/ggml/src/ggml-cuda/top-k.cu index 59ce36fb..db1d39e2 100644 --- a/ggml/src/ggml-cuda/top-k.cu +++ b/ggml/src/ggml-cuda/top-k.cu @@ -5,6 +5,7 @@ # include # if (CCCL_MAJOR_VERSION >= 3 && CCCL_MINOR_VERSION >= 2) # define CUB_TOP_K_AVAILABLE +# include using namespace cub; # endif // CCCL_MAJOR_VERSION >= 3 && CCCL_MINOR_VERSION >= 2 #endif // GGML_CUDA_USE_CUB