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

Automatic detection of enabled coherence models for accelerators #82

Open
paulmnt opened this issue Nov 11, 2020 · 1 comment
Open

Automatic detection of enabled coherence models for accelerators #82

paulmnt opened this issue Nov 11, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@paulmnt
Copy link
Member

paulmnt commented Nov 11, 2020

Device drivers, including bare metal applications, should be able to probe the hardware and detect whether the ESP cache hierarchy is present and whether the accelerator has the private L2 cache in the tile.

After probe, this information should be stored in the device data structure and used to prevent invocations with coherence models not enabled in the current hardware configuration.

@paulmnt paulmnt added the enhancement New feature or request label Nov 11, 2020
@jzuckerman
Copy link
Member

New updates to socgen give libesp information about which accelerators have L2 caches. Good solution for now, but a probe solution would be better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants