Thanks, Graham.
This looked easy enough so I cherry-picked this patch, but the build
produces a ton symbol changes.
These are all C++ internal symbols that should not be public, I assume
this is gcc-14 related. Since they not part of the public interface, I
wouldn't have qualms forcefully updatin
Control: tags -1 + patch
This is already fixed upstream:
https://github.com/ROCm/rocm_smi_lib/commit/12c8237705a91bd4096cfa4e9c0eac2d5305544b
--- a/include/rocm_smi/rocm_smi_utils.h
+++ b/include/rocm_smi/rocm_smi_utils.h
@@ -149,7 +149,7 @@
__forceinline ~ScopeGuard() {
if (!dismiss_) r
2 matches
Mail list logo