What can I do with Cuda?

Matt Graham mhgraham at crow202.org
Thu Sep 12 14:30:39 MST 2019


> On Thu, Sep 12, 2019 at 11:17 AM Steve B wrote:
>> Recently acquired an Nvidia card. Wondering what, other than
>> Bitcoin mining, can I do with the Cuda cores or the GPU?
On 2019-09-12 11:47, Andrew McRobb wrote:
> Lots of things, sky is the limit. [...]
> https://news.ycombinator.com/item?id=18119345 [2]

Something that that link didn't mention is neural networks.  
http://aiweirdness.com/ shows what you can do in the field of comedy 
using several different neural networks.  ISTR that char-rnn and 
word-rnn can be accelerated using Cuda.  The more widely-talked-about 
GPT-2 uses lots and lots of GPUs on the back end.  The only problem is 
that most of the neural network stuff I've looked at requires software 
that's not in your distro's package repositories, is horribly hacked 
together, (word-rnn has a Cuda dependency hard-coded), and has limited 
documentation.  My own efforts are at 
http://crow202.org/misc/char-rnn.html and were not entirely successful.

-- 
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.


More information about the PLUG-discuss mailing list