Created
January 13, 2026 07:07
-
-
Save shunting314/c5535b7e6c5db28f762c48799d11469d to your computer and use it in GitHub Desktop.
This 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
| graph(): | |
| %x : [num_users=1] = call_function[target=helion.language._tracing_ops._host_tensor](args = (x,), kwargs = {}) | |
| %block_size_0 : [num_users=3] = call_function[target=helion.language._tracing_ops._get_symnode](args = (block_size_0,), kwargs = {}) | |
| %block_size_1 : [num_users=3] = call_function[target=helion.language._tracing_ops._get_symnode](args = (block_size_1,), kwargs = {}) | |
| %load : [num_users=1] = call_function[target=helion.language.memory_ops.load](args = (%x, [%block_size_0, %block_size_1], None, None), kwargs = {} | |
| ) | |
| %y : [num_users=1] = call_function[target=helion.language._tracing_ops._host_tensor](args = (y,), kwargs = {}) | |
| %load_1 : [num_users=1] = call_function[target=helion.language.memory_ops.load](args = (%y, [%block_size_0, %block_size_1], None, None), kwargs = | |
| {}) | |
| %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%load, %load_1), kwargs = {}) | |
| %z : [num_users=1] = call_function[target=helion.language._tracing_ops._host_tensor](args = (z,), kwargs = {}) | |
| %store : [num_users=0] = call_function[target=helion.language.memory_ops.store](args = (%z, [%block_size_0, %block_size_1], %add, None), kwargs = | |
| {}) | |
| return None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment