Skip to content

Conversation

@yf225
Copy link
Contributor

@yf225 yf225 commented Nov 7, 2025

In the log, sometimes the first line of the repro script # === HELION KERNEL REPRO === is in the same line with some prefix, like:

WARNING:helion.runtime.kernel:# === HELION KERNEL REPRO ===
import helion
import helion.language as hl
import torch
from torch._dynamo.testing import rand_strided
...

which requires work from the user to remove the prefix to make the script runnable (e.g. #1081). This PR logs a new line before logging the repro script, so that it's easier to copy-paste a working repro script.

@yf225 yf225 requested review from jansel and oulgen November 7, 2025 21:01
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 7, 2025
@yf225 yf225 force-pushed the add_new_line_before_helion_repro_print branch from e72a58f to 39dfd34 Compare November 7, 2025 21:20
@yf225 yf225 merged commit e9e4957 into main Nov 7, 2025
15 checks passed
@yf225 yf225 deleted the add_new_line_before_helion_repro_print branch November 7, 2025 23:05
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