Posts

Post marked as solved
7 Replies
4.0k Views
Hi all,I'm using metal's compute command encoders for calculations in my neural network and I'm getting the following error:Error Domain=MTLCommandBufferErrorDomain Code=2 "Caused GPU Hang Error (IOAF code 3)" UserInfo={NSLocalizedDescription=Caused GPU Hang Error (IOAF code 3)}It's happening when I'm trying to pass "big" textures to my convolution layers ("big" means 1024x768 for iPhone 6/Plus and 1920x1080 for iPhone 6S/6S Plus). As I know these sizes aren't actually too big for mentioned devices, do someone know where can I search for solution?
Posted
by vahan3x.
Last updated
.