Skip to content

[iOS GPU] Support element-wise broadcasting for binary ops in shaders#53949

Closed
xta0 wants to merge 1 commit intogh/xta0/92/basefrom
gh/xta0/92/head
Closed

[iOS GPU] Support element-wise broadcasting for binary ops in shaders#53949
xta0 wants to merge 1 commit intogh/xta0/92/basefrom
gh/xta0/92/head

Conversation

@xta0
Copy link
Copy Markdown
Contributor

@xta0 xta0 commented Mar 13, 2021

Stack from ghstack:

As title says

Differential Revision: D27000487

@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Mar 13, 2021

💊 CI failures summary and remediations

As of commit 1d762cf (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 13, 2021

Codecov Report

Merging #53949 (1d762cf) into gh/xta0/92/base (1772e26) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@                 Coverage Diff                 @@
##           gh/xta0/92/base   #53949      +/-   ##
===================================================
- Coverage            77.30%   77.30%   -0.01%     
===================================================
  Files                 1888     1888              
  Lines               183589   183589              
===================================================
- Hits                141925   141921       -4     
- Misses               41664    41668       +4     

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 530dc82.

@facebook-github-bot facebook-github-bot deleted the gh/xta0/92/head branch March 18, 2021 14:16
xsacha pushed a commit to xsacha/pytorch that referenced this pull request Mar 31, 2021
…pytorch#53949)

Summary:
Pull Request resolved: pytorch#53949

As title says
ghstack-source-id: 123849745

Test Plan:
`buck test pp-mac`

```
2021-03-11 18:25:07.922375-0800 PyTorchPlayground[8324:5122672] [bool test_add()],[1 180 12 12 ],[SUCCEED]
2021-03-11 18:25:07.960812-0800 PyTorchPlayground[8324:5122672] [bool test_add_broadcast()],[2 17 58 67 ],[SUCCEED]
2021-03-11 18:25:07.978399-0800 PyTorchPlayground[8324:5122672] [bool test_add_broadcast2()],[2 17 1 67 ],[SUCCEED]
2021-03-11 18:25:08.021570-0800 PyTorchPlayground[8324:5122672] [bool test_sub()],[5 3 167 222 ],[SUCCEED]
2021-03-11 18:25:08.034218-0800 PyTorchPlayground[8324:5122672] [bool test_sub_broadcast()],[1 3 1 1 ],[SUCCEED]
2021-03-11 18:25:08.069419-0800 PyTorchPlayground[8324:5122672] [bool test_sub_broadcast2()],[3 3 192 192 ],[SUCCEED]
2021-03-11 18:25:08.112967-0800 PyTorchPlayground[8324:5122672] [bool test_mul()],[2 7 262 119 ],[SUCCEED]
2021-03-11 18:25:08.136691-0800 PyTorchPlayground[8324:5122672] [bool test_mul_broadcast()],[4 3 192 192 ],[SUCCEED]
2021-03-11 18:25:08.148920-0800 PyTorchPlayground[8324:5122672] [bool test_mul_broadcast2()],[1 3 192 192 ],[SUCCEED]
```

Reviewed By: SS-JIA

Differential Revision: D27000487

fbshipit-source-id: f86fca5ac1960ca0a56636da17ae05020c1a4138
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
…pytorch#53949)

Summary:
Pull Request resolved: pytorch#53949

As title says
ghstack-source-id: 123849745

Test Plan:
`buck test pp-mac`

```
2021-03-11 18:25:07.922375-0800 PyTorchPlayground[8324:5122672] [bool test_add()],[1 180 12 12 ],[SUCCEED]
2021-03-11 18:25:07.960812-0800 PyTorchPlayground[8324:5122672] [bool test_add_broadcast()],[2 17 58 67 ],[SUCCEED]
2021-03-11 18:25:07.978399-0800 PyTorchPlayground[8324:5122672] [bool test_add_broadcast2()],[2 17 1 67 ],[SUCCEED]
2021-03-11 18:25:08.021570-0800 PyTorchPlayground[8324:5122672] [bool test_sub()],[5 3 167 222 ],[SUCCEED]
2021-03-11 18:25:08.034218-0800 PyTorchPlayground[8324:5122672] [bool test_sub_broadcast()],[1 3 1 1 ],[SUCCEED]
2021-03-11 18:25:08.069419-0800 PyTorchPlayground[8324:5122672] [bool test_sub_broadcast2()],[3 3 192 192 ],[SUCCEED]
2021-03-11 18:25:08.112967-0800 PyTorchPlayground[8324:5122672] [bool test_mul()],[2 7 262 119 ],[SUCCEED]
2021-03-11 18:25:08.136691-0800 PyTorchPlayground[8324:5122672] [bool test_mul_broadcast()],[4 3 192 192 ],[SUCCEED]
2021-03-11 18:25:08.148920-0800 PyTorchPlayground[8324:5122672] [bool test_mul_broadcast2()],[1 3 192 192 ],[SUCCEED]
```

Reviewed By: SS-JIA

Differential Revision: D27000487

fbshipit-source-id: f86fca5ac1960ca0a56636da17ae05020c1a4138
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants