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

Gather/scatter support in Ariel #2387

Open
plavin opened this issue Aug 16, 2024 · 0 comments
Open

Gather/scatter support in Ariel #2387

plavin opened this issue Aug 16, 2024 · 0 comments

Comments

@plavin
Copy link
Contributor

plavin commented Aug 16, 2024

Currently, Ariel support SIMD instructions, but not gather/scatter instructions, meaning it can only represent contiguous loads and stores. As a first pass, we can break up g/s instructions into individual reads and writes, but we should consider if it would be more efficient for Ariel and more useful for memory system simulation to add an Ariel instruction type that can represent these instructions.

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