Skip to content
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

StdMem cache flush enhancement #1049

Open
gvoskuilen opened this issue Feb 29, 2024 · 0 comments
Open

StdMem cache flush enhancement #1049

gvoskuilen opened this issue Feb 29, 2024 · 0 comments

Comments

@gvoskuilen
Copy link
Contributor

StandardMem does not have a command for full cache flushes. A similar need is that it would be helpful to be able to flush data to memory and also trigger a write of memory state to file (e.g., for checkpoint or debug snapshot of state). This would be a separate command that triggered a flush of caches followed by a write-out from all memory devices in the system.

Propose adding:
FlushCache -> flushes caches with the same options such as depth as the existing FlushAddr command
CheckpointMemory or a similar name -> flushes caches and causes all memories, scratchpads, etc. to write out their current data values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant