We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d108d5 commit f7e9728Copy full SHA for f7e9728
helion/_compiler/inductor_lowering.py
@@ -177,7 +177,7 @@ def convert_arg(arg: Node) -> TensorBox:
177
prior_buffers = len(graph_lowering.buffers)
178
input_names: list[str] = []
179
with inductor_config.patch(INDUCTOR_PATCH):
180
- with node.meta["location"]:
+ with node.meta["location"], graph_lowering.set_current_node(node):
181
try:
182
result = graph_lowering.call_function(
183
node.target, # pyright: ignore[reportArgumentType]
0 commit comments