whisper.cpp/ggml
Jamaika1 155b78fbc2
Fix: added <limits>
```
common.cuh: In function 'const uint3 init_fastdiv_values(uint64_t)':
common.cuh:755:56: error: incomplete type 'std::numeric_limits<unsigned int>' used in nested name specifier
  755 |     GGML_ASSERT(d_64 <= std::numeric_limits<uint32_t>::max());
      |                                                        ^~~
../ggml.h:283:30: note: in definition of macro 'GGML_ASSERT'
  283 | #define GGML_ASSERT(x) if (!(x)) GGML_ABORT("GGML_ASSERT(%s) failed", #x)
      |                              ^
```
2026-01-02 12:43:46 +01:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include llama: automatically set parameters not set by the user in such a way that maximizes GPU utilization (llama/16653) 2025-12-18 08:20:56 +02:00
src Fix: added <limits> 2026-01-02 12:43:46 +01:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml : bump version to 0.9.5 (ggml/1410) 2025-12-31 18:27:20 +02:00