From 7f416a2f82af05405e32f41987e2848f3d213d15 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Wed, 30 Oct 2024 00:12:48 -0500 Subject: [PATCH] Remove serializing Reserved field of HSA_CAPABILITY (#1170) - reserved fields have no meaning --- source/include/rocprofiler-sdk/cxx/serialization.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/include/rocprofiler-sdk/cxx/serialization.hpp b/source/include/rocprofiler-sdk/cxx/serialization.hpp index 0a050e8f..ea7f9463 100644 --- a/source/include/rocprofiler-sdk/cxx/serialization.hpp +++ b/source/include/rocprofiler-sdk/cxx/serialization.hpp @@ -618,7 +618,6 @@ save(ArchiveT& ar, HSA_CAPABILITY data) ROCP_SDK_SAVE_DATA_BITFIELD("SVMAPISupported", ui32.SVMAPISupported); ROCP_SDK_SAVE_DATA_BITFIELD("CoherentHostAccess", ui32.CoherentHostAccess); ROCP_SDK_SAVE_DATA_BITFIELD("DebugSupportedFirmware", ui32.DebugSupportedFirmware); - ROCP_SDK_SAVE_DATA_BITFIELD("Reserved", ui32.Reserved); } template