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

Add support for cache-hinted load and store operations #51

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gmarkall
Copy link
Collaborator

@gmarkall gmarkall commented Oct 3, 2024

To-do:

  • Add documentation.
  • Test cases for erroneous arguments. It would be good to check for accidental use on shared or local arrays, but this may not be easy to do.
  • Add additional validations as described in comments in ld_cache_operator and st_cache_operator.
  • Refactor the implementation - the load and store implementations contain a lot of common code.
  • Decide on whether to support complex, and work out why it presently doesn't work.

@gmarkall gmarkall added the 2 - In Progress Currently a work in progress label Oct 3, 2024
@gmarkall gmarkall added this to the v0.0.19 milestone Oct 21, 2024
@gmarkall
Copy link
Collaborator Author

A note: these also need to work for CPointer() types as well as arrays.

@gmarkall gmarkall modified the milestones: v0.0.20, v0.0.21, v0.0.22 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress Currently a work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant