Hi,
In my application I have 2 different threads that does different types of GPU calculations.
However from time to time I have encountered a ‘unspecified launch failure’ reported in both threads in the same time.
I don’t believe that there is anything wrong with the actual kernels but I’m more starting to think that I might be using to much resources on the GPU at the same time what causing the issue OR its caused by some texture issue since we previously used textures defined in the same file as the kernel but when upgrading the code we moved to texture objects.
We have encountered this issue on GTX1080, RTX2070 and A4500
If someone have had similar experience or tips for what to check it would be great to get some feedback on this.
Thanks in advance