-
Notifications
You must be signed in to change notification settings - Fork 0
Support dumping Turin data structures and Milan data structures at the same time #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, MemDfeSearchElement* cannot be correctly dumped into json because it's impossible to figure out using in-band information which of the struct definitions to use.
If we cannot find the information in an in-band way, we need to add an out-of-band mechanism so we can pass context to the serializer so amd-apcb can eventually decide which MemDfeSearchElement* definition to use depending on the context (processor generation or similar) that was passed.
The text was updated successfully, but these errors were encountered: