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

write_conf methods need overhaul #136

Open
clarkedavida opened this issue Jun 20, 2023 · 0 comments
Open

write_conf methods need overhaul #136

clarkedavida opened this issue Jun 20, 2023 · 0 comments
Labels
design Discussion on how to implement something

Comments

@clarkedavida
Copy link
Collaborator

this section of the code doesn't really use anything in our paradigm. the most egregious problem is that, in order to write out, it allocates memory for a buffer on the CPU. this buffer will be the size of a gaugefield, yet it is not allocated through the memory manager!

the allocation happens during a write_header call, and it builds up the buffer through a series of pushes...

@clarkedavida clarkedavida added the design Discussion on how to implement something label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Discussion on how to implement something
Projects
None yet
Development

No branches or pull requests

1 participant