Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

blzheng
Copy link
Collaborator

@blzheng blzheng commented Sep 19, 2024

Stack from ghstack (oldest at bottom):

This PR modifies the flatten recipe: if none of the users of the flatten node are quantizable ops, int8 flatten will be disabled to avoid unnecessary dtype conversions.

cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang

[ghstack-poisoned]
@blzheng blzheng requested a review from jerryzh168 as a code owner September 19, 2024 01:37
Copy link

pytorch-bot bot commented Sep 19, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/136298

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (4 Unrelated Failures)

As of commit aed4b1d with merge base 0cdc6a8 (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added release notes: quantization release notes category labels Sep 19, 2024
blzheng added a commit that referenced this pull request Sep 19, 2024
[ghstack-poisoned]
blzheng added a commit that referenced this pull request Sep 19, 2024
elif (
node.target is torch.ops.aten.flatten.using_ints
and len(node.users) > 0
and not is_any_users_connected_to_quantizable_op(node.users)
Copy link
Collaborator

@leslie-fang-intel leslie-fang-intel Sep 19, 2024

Choose a reason for hiding this comment

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

nit: not any([user for user in list(node.users.keys()) if user.target in quantizable_ops]). since is_any_users_connected_to_quantizable_op is only used here.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also add a comment for the special recipe of flatten here.

Copy link
Collaborator

@leslie-fang-intel leslie-fang-intel left a comment

Choose a reason for hiding this comment

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

Please add the summary of this PR and the description of this special flatten quant recipe.

[ghstack-poisoned]
blzheng added a commit that referenced this pull request Sep 19, 2024
[ghstack-poisoned]
blzheng added a commit that referenced this pull request Sep 19, 2024
@blzheng
Copy link
Collaborator Author

blzheng commented Sep 19, 2024

Thank you for your review. The code and description have been updated.

@blzheng blzheng requested a review from jgong5 September 19, 2024 05:59
Copy link
Collaborator

@jgong5 jgong5 left a comment

Choose a reason for hiding this comment

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

What model does this change help with?

@blzheng
Copy link
Collaborator Author

blzheng commented Sep 24, 2024

What model does this change help with?

ViT

@blzheng
Copy link
Collaborator Author

blzheng commented Sep 24, 2024

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Sep 24, 2024
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

BoyuanFeng pushed a commit to BoyuanFeng/pytorch that referenced this pull request Sep 25, 2024
…136298)

This PR modifies the flatten recipe: if none of the users of the flatten node are quantizable ops, int8 flatten will be disabled to avoid unnecessary dtype conversions.

Pull Request resolved: pytorch#136298
Approved by: https://github.com/leslie-fang-intel, https://github.com/jgong5
@github-actions github-actions bot deleted the gh/blzheng/1/head branch October 25, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk Trigger trunk jobs on your pull request Merged module: inductor open source release notes: quantization release notes category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants