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

Persistent hardware memory (HAST-247) #33

Open
Piedone opened this issue May 24, 2019 · 0 comments
Open

Persistent hardware memory (HAST-247) #33

Piedone opened this issue May 24, 2019 · 0 comments

Comments

@Piedone
Copy link
Member

Piedone commented May 24, 2019

The idea is to have memory (SimpleMemory) values persist between hardware entry point calls. The use-case is that you have multiple computations using the same large dataset (like a big image) and you don't want to copy this large input to the hardware every time. So, you'd copy it only once, then let subsequent hardware entry point calls use it. This requires that you only use a single FPGA (otherwise the data set needs to be copied to all connected FPGAs).

We could implement this somehow by marking parts of a SimpleMemory object as persistent: then that wouldn't be sent over to the hardware every time and it wouldn't be overwritten.

Jira issue

@github-actions github-actions bot changed the title Persistent hardware memory Persistent hardware memory (HAST-247) Sep 18, 2022
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