tags:

views:

132

answers:

2

i wrote a cuda program and i am testing it in emulation mode since i don't have a cuda supported NVIDIA card. so my question is, do you know any server that i can ssh or telnet to, and has a cuda compiler on it?

A: 

If you have any affiliations to a university (or equivalent) you could try begging for access.

Tom
+1  A: 

Practically no servers come with discrete GPU's, and the ones that do are in private GPU server clusters (the very few that exist). You should go get access to a friend's gaming PC and do your work there.

Michael Mullany