pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
1.83k stars 299 forks source link

[ET-VK] Print local workgroup size #3995

Closed jorgep31415 closed 3 months ago

jorgep31415 commented 3 months ago

Stack from ghstack (oldest at bottom):

Before

Kernel Name                             Workgroup Size             Duration (ns)
===========                             ==============               ===========
nchw_to_tensor_float_texture3d          {512, 672, 4}                   13848640
conv2d_pw_clamp_float                   {512, 672, 16}                 124203820

After

Kernel Name                             Global Workgroup Size    Local Workgroup Size                 Duration (ns)
===========                             ====================     ====================                   ===========
nchw_to_tensor_float_texture3d          {512, 672, 4}            {4, 4, 4}                                 13806728
conv2d_pw_clamp_float                   {512, 672, 16}           {4, 4, 4}                                124192224

Differential Revision: D58476014

pytorch-bot[bot] commented 3 months ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3995

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

:heavy_exclamation_mark: 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

:white_check_mark: You can merge normally! (1 Unrelated Failure)

As of commit bd6e2bf91f448c21c87c196df3457da4db9fa0b5 with merge base bcabc3757bda66c86aea493ea1b59e37351206ad (image):

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

* [pull / unittest / macos / macos-job](https://hud.pytorch.org/pr/pytorch/executorch/3995#26329365831) ([gh](https://github.com/pytorch/executorch/actions/runs/9552538309/job/26329365831)) ([trunk failure](https://hud.pytorch.org/pytorch/executorch/commit/bcabc3757bda66c86aea493ea1b59e37351206ad#26258733321)) `##[error]The operation was canceled.`

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

facebook-github-bot commented 3 months ago

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

facebook-github-bot commented 3 months ago

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

facebook-github-bot commented 3 months ago

This pull request has been merged in pytorch/executorch@ed81c5ba03e7f84167eeea4f56ba3f799e7c2d33.