Mac crashes with NVIDIA GeForce GTX 780M

We are a software company that makes software for designing kitchens. Macs that have this video card ( NVIDIA GeForce GTX 780M ) experience crashes when placing items within our program. From this NVIDIA Forum Link https://forums.geforce.com/default/topic/784348/?comment=4345326 you can see that other Programs are experiencing this issue as well. Our developer downloaded cuda 6.5 , installed it and it did not solve the problem.

Here are the specs on a Mac using our program that crashes:
iMac. 27-inch, Late 2013
Processor. 3.5 GHz Intel Core i7
 Memory 6 GB 1600 MHz DDR3
Graphics.  NVIDIA GeForce GTX 780M 4096 MB
Any suggestions on how we can stop the crashing problem??

If it’s your software, I would suggest using debugging techniques to identify the location in the program that is resulting in the crash, and work backward from there. Once you observe the sequence of activity that causes the crash, you may be able to develop a short sample code that someone else could compile and run to see the problem. At that point, you can probably get some assistance either here on the forums or by filing a bug with NVIDIA.

Other standard debugging techniques might be to move the card around and see if the problem follows the card, test on other systems with a similar card, etc.

Your link pertains to an Windows PC, not a Mac. It’s possible but unlikely that the issues are related.