Skip to content

Fix bug with renamed variable flowing into phi() node #206

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

Merged
merged 1 commit into from
Jun 21, 2025
Merged

Conversation

jansel
Copy link
Contributor

@jansel jansel commented Jun 20, 2025

Fixes #199

stack-info: PR: #206, branch: jansel/stack/58
jansel added a commit that referenced this pull request Jun 20, 2025
Fixes #199

stack-info: PR: #206, branch: jansel/stack/58
@jansel jansel force-pushed the jansel/stack/58 branch from e7bb863 to fe9eb86 Compare June 20, 2025 21:37
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jun 20, 2025
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 00:05
@jansel jansel force-pushed the jansel/stack/58 branch from fe9eb86 to fda7cc1 Compare June 21, 2025 00:05
@jansel jansel changed the base branch from main to jansel/stack/57 June 21, 2025 00:06
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 00:15
@jansel jansel changed the base branch from main to jansel/stack/57 June 21, 2025 00:15
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 04:18
@jansel jansel changed the base branch from main to jansel/stack/57 June 21, 2025 04:18
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 05:02
@jansel jansel changed the base branch from main to jansel/stack/57 June 21, 2025 05:02
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 14:12
@jansel jansel changed the base branch from main to jansel/stack/57 June 21, 2025 14:13
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 15:06
@jansel jansel changed the base branch from main to jansel/stack/57 June 21, 2025 15:07
@jansel jansel requested a review from oulgen June 21, 2025 16:59
return acc

@helion.kernel(use_default_config=True)
def chebyshev_kernel(x: torch.Tensor, w: torch.Tensor) -> torch.Tensor:
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe it makes sense to move this kernel to examples?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, we could add it. Not sure if this algorithm has usages in ML, but wouldn't hurt.

@jansel jansel force-pushed the jansel/stack/58 branch from fda7cc1 to ed085bd Compare June 21, 2025 18:11
@jansel jansel changed the base branch from jansel/stack/57 to main June 21, 2025 18:11
@jansel jansel merged commit baf26f6 into main Jun 21, 2025
4 of 6 checks passed
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.

Building Recursive Polynomials
3 participants