Search Issue Tracker
Fixed
Fixed in 1.0.4
Votes
0
Found in [Package]
1.0.4
Issue ID
BAR-31
Regression
No
[iOS] "Metal: Compute shader (Conv.Conv2DKernelKxK_T16x16_R4x4_NHWC) has 256 threads in a threadgroup..." console warning
Metal: Compute shader (Conv.Conv2DKernelKxK_T16x16_R4x4_NHWC) has 256 threads in a threadgroup which is more than the supported max of 224 in this device
Reproduction steps:
1. Download and open this project: https://github.com/cj-mills/Barracuda-PoseNet-Tutorial.
2. Build and run the "SampleScene" to a iPad 6 iOS device (Apple A10 Fusion).
3. Notice the message in the console.
Actual result:
- Metal: Compute shader (Conv.Conv2DKernelKxK_T16x16_R4x4_NHWC) has 256 threads in a threadgroup which is more than the supported max of 224 in this device
Reproduced with:
- iPad 6 (iOS 14.3)
- 1.0.4, 1.3.0(user)
Not reproducible with:
- iPhone X (iOS 11.3.1)
Note;
- The issue doesn't break execution and is cosmetic only.
- May be related to more devices than iPad 6.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Resolution Note:
following [640dc10], iOS should run with 16x16 threadgroup