[Stdlib] Fix llvm.masked.scatter CUDA_ERROR_ILLEGAL_ADDRESS in shared memory by hardikkgupta · Pull Request #6351 · modular/modular
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 2.8k
Open
hardikkgupta wants to merge 2 commits intomodular:mainfrom
Open
[Stdlib] Fix llvm.masked.scatter CUDA_ERROR_ILLEGAL_ADDRESS in shared memory#6351
hardikkgupta wants to merge 2 commits intomodular:mainfrom
[Stdlib] Fix llvm.masked.scatter CUDA_ERROR_ILLEGAL_ADDRESS in shared memory#6351
hardikkgupta wants to merge 2 commits intomodular:mainfrom
Conversation
Copy link Copy Markdown
Contributor
Fixes #5366
Summary
Add a GPU fallback for the scatter function in std/sys/intrinsics.mojo that performs element-wise stores
Testing
- Validated that the fallback logic mirrors the existing gather GPU fallback pattern
hardikkgupta
requested a review
from a team
as a code owner
github-actions
bot
added
mojo-stdlib
waiting-on-review labels
Apr 5, 2026This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment