2

I'm not too familiar with hardware side of computers so excuse the question if it's not phrased in the best way. Story is I bought this computer for the sole purpose of training machine learning models that normally take forever. I wanted to use a GTX 1070 Ti, so I got a Mac Pro 2009 to go with it. Okay, I use the computer for the first few days, no problem, everything's working fine until I finally finish my code to actually start training. I install the latest CUDA toolkit (10.0) from Nvidia's website and start the training, immediately my computer abruptly shuts down as if you just unplugged it and it won't turn on. I'll take it to a repair shop see what's wrong, it's either the power supply or the logic board but I'm curious if using CUDA could be damaging to the hardware like this. I don't want this to be repeated with the new hardware. If this is the case, are there certain requirements I have to meet to make sure this doesn't happen?

For context, there is another GTX 120 already on the Mac Pro, so I'm using multiple graphic cards.

1 Answers1

1

It looks like it's related to the power supply, but not because is damaged. As I explained in another question, you may be asking too much for that unit.

Pre-mounted computers, like Macs, have a power supply that can manage integrated hardware. But if you change/add devices to it that use a lot of power (like high-end graphic cards), the power supply most likely won't be able to generate enough power to fulfill each device's needs, causing some (or even all of them) to fail.

Solution to this? Switch to a capable power supply or seek for an external power source to feed your card.

Hope this helps. Good luck.

dCarMal
  • 276