Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRONTEND] Fix @triton.jit(debug=True) #5037

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

peterbell10
Copy link
Contributor

@@ -29,7 +29,6 @@ def builtin(fn: T) -> T:
@wraps(fn)
def wrapper(*args, **kwargs):
if "_builder" not in kwargs or kwargs["_builder"] is None:
print(kwargs)
Copy link
Contributor

Choose a reason for hiding this comment

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

lol

@peterbell10 peterbell10 merged commit 3ca2f49 into main Nov 1, 2024
7 checks passed
@peterbell10 peterbell10 deleted the pb/fix-debug-kernels branch November 1, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants