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

[Relax] CUDA graph rewrite treating StringImm as static #16691

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

MasterJH5574
Copy link
Contributor

@MasterJH5574 MasterJH5574 commented Mar 9, 2024

The RewriteCUDAGraph pass missed to consider StringImm as a static expression, causing some loss of CUDA graph rewrite opportunities. This PR fixes the issue.

Choosing not to add a regression test considering this is a very trivial change.

The RewriteCUDAGraph pass missed to consider StringImm as a static
expression, causing some loss of CUDA graph rewrite opportunities.
This PR fixes the issue.
@MasterJH5574 MasterJH5574 force-pushed the tvm-dev/2024-03-08-cuda-graph branch from f341532 to 89a73f0 Compare March 9, 2024 06:14
@tqchen tqchen merged commit 95f97e8 into apache:main Mar 11, 2024
18 checks passed
Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Mar 12, 2024
The RewriteCUDAGraph pass missed to consider StringImm as a static
expression, causing some loss of CUDA graph rewrite opportunities.
This PR fixes the issue.
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
The RewriteCUDAGraph pass missed to consider StringImm as a static
expression, causing some loss of CUDA graph rewrite opportunities.
This PR fixes the issue.
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.

3 participants