Skip to content

aten.select.int #3033

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

Closed
wants to merge 1 commit into from
Closed

aten.select.int #3033

wants to merge 1 commit into from

Conversation

yipjustin
Copy link
Contributor

Summary:
Port over the select.int shaders to ET.

  1. Since in ET, tensor-shape reasoning happens in AOT, therefore we can simplify the c++ caller code by a lot.
  2. In this diff, we also try to use the same buffer object for passing arguments to all shaders. Not worry about perf cost, since cost difference between passing int and ivec4 is very minor.

Differential Revision: D56082483

Copy link

pytorch-bot bot commented Apr 13, 2024

🔗 Helpful Links

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

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

❌ 6 New Failures

As of commit e0db27e with merge base d0208d0 (image):

NEW FAILURES - The following jobs have failed:

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 Apr 13, 2024
@facebook-github-bot
Copy link
Contributor

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

yipjustin added a commit to yipjustin/executorch that referenced this pull request Apr 16, 2024
Summary:

Port over the `select.int` shaders to ET.

1. Since in ET, tensor-shape reasoning happens in AOT, therefore we can simplify the c++ caller code by a lot.
2. In this diff, we also try to use the same buffer object for passing arguments to all shaders. Not worry about perf cost, since cost difference between passing int and ivec4 is very minor.

Reviewed By: SS-JIA

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

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

Summary:

Port over the `select.int` shaders to ET.

1. Since in ET, tensor-shape reasoning happens in AOT, therefore we can simplify the c++ caller code by a lot.
2. In this diff, we also try to use the same buffer object for passing arguments to all shaders. Not worry about perf cost, since cost difference between passing int and ivec4 is very minor.

Reviewed By: SS-JIA

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 458d743.

@mergennachin mergennachin mentioned this pull request Apr 26, 2024
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