Skip to content

Conversation

@Jamaika1
Copy link

@Jamaika1 Jamaika1 commented Jan 2, 2026

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)
      |                              ^

```
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)
      |                              ^
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant