mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-22 19:47:49 +00:00
CUDA: Continue directly including cuda/iterator (#23102)
Cont of #22936, forgot to update one site
This commit is contained in:
parent
3e12fbdea5
commit
84c678242a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
# include <cub/cub.cuh>
|
||||
# if (CCCL_MAJOR_VERSION >= 3 && CCCL_MINOR_VERSION >= 2)
|
||||
# define CUB_TOP_K_AVAILABLE
|
||||
# include <cuda/iterator>
|
||||
using namespace cub;
|
||||
# endif // CCCL_MAJOR_VERSION >= 3 && CCCL_MINOR_VERSION >= 2
|
||||
#endif // GGML_CUDA_USE_CUB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue