I have some Metal Code, that goes along fine and then my app starts throwing the following errors.
Is it possible to set up a Symbolic Break Point or something to catch these types of errors? Right now I feel like I am grasping in the dark to figure out what is going wrong in my code.
Thanks
Stan
and then...Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
I am guessing the prior causes the later, but I can't figure out what is causing the first exactly.Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
Is it possible to set up a Symbolic Break Point or something to catch these types of errors? Right now I feel like I am grasping in the dark to figure out what is going wrong in my code.
Thanks
Stan