Skip to content

Conversation

@nischild
Copy link
Contributor

Description

Compiling kokkos-tools using g++-15 resulted in the error

kokkos-tools/profiling/simple-kernel-timer/kp_shared.h:28:8: error: ‘uint64_t’ does not name a type
   28 | extern uint64_t uniqID;
      |        ^~~~~~~~

Adding the header #include <cstdint> to kp_shared.h solves the issue.

Toolchain

OS: OpenSuse Tumbleweed
Compiler: g++ (SUSE Linux) 15.2.1 20251006

@dalg24 dalg24 merged commit 6493964 into kokkos:develop Dec 11, 2025
7 checks passed
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.

4 participants