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

Tests fail in iOS 11.3.1 on iPhone 8+ #110

Closed
mats-claassen opened this issue May 15, 2018 · 5 comments
Closed

Tests fail in iOS 11.3.1 on iPhone 8+ #110

mats-claassen opened this issue May 15, 2018 · 5 comments
Labels

Comments

@mats-claassen
Copy link
Member

In iOS 11.3.1 the tests for the Concat and LocalResponseNorm layers fail in iPhone 8 and iPhone X.
They work in iOS 11.3 (to my understanding) and also if run on iPhone 7 or below.

I am not sure this is a Bender or an iOS issue.

@PIRANAVARUBAN
Copy link

Bug in iPhoneX in iOS 11.3

@PIRANAVARUBAN
Copy link

Any update about this Issue

@mats-claassen
Copy link
Member Author

I haven't tested this on an iPhone 8 on Xcode 9.4. We reported the issue to Apple.

@hollance
Copy link

hollance commented Jul 16, 2018

FWIW I noticed similar issues with my own compute kernels on the iOS 11.3 beta on A11 devices.

Edit: The issue was largely related to using ushort values in the compute kernels. With uint everything worked fine. According to Apple this should be fixed in iOS 12 but I haven't tried it yet.

@mats-claassen
Copy link
Member Author

Thanks for the comment @hollance.

I haven't tried this on iOS 12 either but as you said this should be fixed in iOS 12. However, we were told that they might not fix it for iOS 11.x. It might be worth to see if changing ushort's to uint's fixes our issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants