Skip to content

Conversation

@yf225
Copy link
Contributor

@yf225 yf225 commented Sep 11, 2025

No description provided.

@yf225 yf225 requested review from jansel and oulgen September 11, 2025 07:51
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Sep 11, 2025
Comment on lines +111 to +117
elif node.target is atomic_add:
# atomic_add(target, index, value, sem)
_, _, value, *_ = node.args
if isinstance(value, torch.fx.Node):
val = value.meta["val"]
else:
val = value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This case could be merged with the one above, but I'll merge this since I'm working on a PR that will conflict.

@jansel jansel merged commit ead8a63 into main Sep 11, 2025
13 checks passed
@jansel jansel deleted the atomic_add_fix branch September 11, 2025 17:50
lolpack pushed a commit to lolpack/helion that referenced this pull request Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants