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

L2cache data #155

Open
emilkind opened this issue May 12, 2022 · 1 comment
Open

L2cache data #155

emilkind opened this issue May 12, 2022 · 1 comment

Comments

@emilkind
Copy link
Contributor

Thanks for the L2 support that came with #151 . I was wondering if it is possible to add support for querying the L2 cache. I would like to get the L2 volumes. Maybe something a long the lines of this:

seg_id = "720575940625434249" # exp_id
l2ids = flywire_l2ids(seg_id)
l2ids = flywire_ids(l2ids, integer64 = FALSE)
fcc = flywire_cave_client()
l2data = reticulate::py_call(fcc$l2cache$get_l2data, l2ids)

@jefferis
Copy link
Collaborator

Thanks. Good idea. I have some WIP code along these lines. Will try to merge soon.

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

No branches or pull requests

2 participants