Post
Topic
Board Meta
Merits 5 from 2 users
Re: Nostalgia: Your first post in this forum
by
vapourminer
on 21/02/2022, 15:47:09 UTC
⭐ Merited by hugeblack (4) ,Despairo (1)
im a nobody but this could be fun so here is mine
 DO NOT POST SESC LINKS

Can anyone explain CUDA to me?  From what I gather its just a seperate way of computing data for nvidia cards...but do I need to "activate" it everytime I use it or is it an "install and be lazy" solution?


CUDA is nvidias language for talking to its cards when you want the card to crunch data (as opposed to displaying a scene in a video game). basically its a set of rules on how to get data to the card, what to do with it, and how to get it out.

its a "install and forget" deal.