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

Pancake (non-shared) load/store 32-bit #1131

Open
JunmingZhao42 opened this issue Feb 3, 2025 · 0 comments
Open

Pancake (non-shared) load/store 32-bit #1131

JunmingZhao42 opened this issue Feb 3, 2025 · 0 comments
Labels

Comments

@JunmingZhao42
Copy link

JunmingZhao42 commented Feb 3, 2025

So there's shared-memory load/store 32-bit in Pancake:

!ld32 x, addr;
!st32 addr, x;

But there isn't a non-shared version for those (like ld8/st8):

x = ld32 addr;
st32 addr, x;

Would be more handy to have them supported.

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

No branches or pull requests

2 participants