Skip to content

Commit

Permalink
Remove serializing Reserved field of HSA_CAPABILITY (#1170)
Browse files Browse the repository at this point in the history
- reserved fields have no meaning
  • Loading branch information
jrmadsen authored Oct 30, 2024
1 parent 4acca76 commit 7f416a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/include/rocprofiler-sdk/cxx/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename ArchiveT>
Expand Down

0 comments on commit 7f416a2

Please sign in to comment.