Re: What can I do with Cuda?

2019-09-12 Thread Matt Graham

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.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What can I do with Cuda?

2019-09-12 Thread irb
* Steve B (aka stev...@gmail.com) used 4.3K on Thu, 12 Sep 2019 at 12:39 -0700 
to say: 
> Thanks! Is there anything in the cryptography or steganography realm?

Check out https://www.distributed.net/, they have CUDA clients for things like
RC5 cracking.

/i.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What can I do with Cuda?

2019-09-12 Thread kitepilot
AFAIK the only thing that cuda does is simplify parallel programing of the 
GPU(s).

What you do with the parallel processes is up to you.
ET 




Andrew McRobb writes: 


I don't have full context in that department, but I'm pretty sure hash cat
uses GPU (not sure about CUDA) to decrypt hashes like MD5, I'm sure
definitely possible even in the AES encryption world. Nvidia made a
in-depth article on this using OpenGL and extensions if I recall. GPU world
is definitely a cool, but yet complicated world. lol 

On Thu, Sep 12, 2019 at 12:39 PM Steve B  wrote: 

Thanks! Is there anything in the cryptography or steganography realm? 


On Thu, Sep 12, 2019, 11:47 AM Andrew McRobb 
wrote: 

Lots of things, sky is the limit. 


Object tracking w/ video, large batches of arithmetic (accounting
software for instance), robotics, simulations, image processing. 


This hacker news forum thread has some interesting stuff:
https://news.ycombinator.com/item?id=18119345 

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? 


Steve
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What can I do with Cuda?

2019-09-12 Thread Andrew McRobb
I don't have full context in that department, but I'm pretty sure hash cat
uses GPU (not sure about CUDA) to decrypt hashes like MD5, I'm sure
definitely possible even in the AES encryption world. Nvidia made a
in-depth article on this using OpenGL and extensions if I recall. GPU world
is definitely a cool, but yet complicated world. lol

On Thu, Sep 12, 2019 at 12:39 PM Steve B  wrote:

> Thanks! Is there anything in the cryptography or steganography realm?
>
> On Thu, Sep 12, 2019, 11:47 AM Andrew McRobb 
> wrote:
>
>> Lots of things, sky is the limit.
>>
>> Object tracking w/ video, large batches of arithmetic (accounting
>> software for instance), robotics, simulations, image processing.
>>
>> This hacker news forum thread has some interesting stuff:
>> https://news.ycombinator.com/item?id=18119345
>>
>> 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?
>>>
>>> Steve
>>> ---
>>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What can I do with Cuda?

2019-09-12 Thread Steve B
Thanks! Is there anything in the cryptography or steganography realm?

On Thu, Sep 12, 2019, 11:47 AM Andrew McRobb  wrote:

> Lots of things, sky is the limit.
>
> Object tracking w/ video, large batches of arithmetic (accounting software
> for instance), robotics, simulations, image processing.
>
> This hacker news forum thread has some interesting stuff:
> https://news.ycombinator.com/item?id=18119345
>
> 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?
>>
>> Steve
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What can I do with Cuda?

2019-09-12 Thread Andrew McRobb
Lots of things, sky is the limit.

Object tracking w/ video, large batches of arithmetic (accounting software
for instance), robotics, simulations, image processing.

This hacker news forum thread has some interesting stuff:
https://news.ycombinator.com/item?id=18119345

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?
>
> Steve
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss