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

Move calculations away from GPU in Bandwidth profilers #4445

Closed
wants to merge 1 commit into from

Conversation

Esteb37
Copy link
Contributor

@Esteb37 Esteb37 commented Jul 29, 2024

Summary: This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.

Reviewed By: copyrightly

Differential Revision: D60396870

Copy link

pytorch-bot bot commented Jul 29, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit 8ea94bb with merge base a743a3b (image):
💚 Looks good so far! There are no failures yet. 💚

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 29, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D60396870

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D60396870

Esteb37 pushed a commit to Esteb37/executorch that referenced this pull request Jul 29, 2024
Summary:
Pull Request resolved: pytorch#4445

This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.

Reviewed By: copyrightly

Differential Revision: D60396870
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D60396870

Esteb37 pushed a commit to Esteb37/executorch that referenced this pull request Jul 30, 2024
Summary:
Pull Request resolved: pytorch#4445

This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.

Reviewed By: copyrightly

Differential Revision: D60396870
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D60396870

Esteb37 pushed a commit to Esteb37/executorch that referenced this pull request Jul 30, 2024
Summary:
Pull Request resolved: pytorch#4445

This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.

Reviewed By: copyrightly

Differential Revision: D60396870
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D60396870

Esteb37 pushed a commit to Esteb37/executorch that referenced this pull request Aug 1, 2024
Summary:
Pull Request resolved: pytorch#4445

This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.

Reviewed By: copyrightly

Differential Revision: D60396870
Summary:
Pull Request resolved: pytorch#4445

This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.

Reviewed By: copyrightly

Differential Revision: D60396870
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D60396870

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in ad371a4.

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 Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants