You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as reported in https://bugs.gentoo.org/937528, gcc-15 was able to unscrable some headers, and now ROCR-Runtime build fails with
In file included from /var/tmp/portage/dev-libs/rocr-runtime-6.1.2/work/ROCR-Runtime-rocm-6.1.2/src/libamdhsacode/amd_elf_image.cpp:43:
/var/tmp/portage/dev-libs/rocr-runtime-6.1.2/work/ROCR-Runtime-rocm-6.1.2/src/core/inc/amd_elf_image.hpp:62:15: error: ‘uint64_t’ does not name a type
62 | virtual uint64_t type() const = 0;
| ^~~~~~~~
/var/tmp/portage/dev-libs/rocr-runtime-6.1.2/work/ROCR-Runtime-rocm-6.1.2/src/core/inc/amd_elf_image.hpp:50:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
49 | #include <memory>
+++ |+#include <cstdint>
50 |
Problem Description
Hi, as reported in https://bugs.gentoo.org/937528, gcc-15 was able to unscrable some headers, and now ROCR-Runtime build fails with
Could you add
#include <cstdint>
to https://github.com/ROCm/ROCR-Runtime/blob/rocm-6.2.0/src/core/inc/amd_elf_image.hpp? That's the only change needed for gcc-15. Thanks!Operating System
Gentoo
The text was updated successfully, but these errors were encountered: