Easy afternoon project -- learn the basics of CUDA

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 8

  • @jacobshimada6300
    @jacobshimada6300 2 หลายเดือนก่อน

    Thank you, this was a really great introduction and going to try some stuff with it on my own!

  • @mikebruzzone9570
    @mikebruzzone9570 4 หลายเดือนก่อน +1

    thanks for the framework terms. mb

  • @gregreilly326
    @gregreilly326 29 วันที่ผ่านมา

    This is exactly what I need. Thanks so much! I've subscribed.
    I'm just getting started with CUDA but I have an old 2010 computer with a Geforce GTX 460. I think I need a new computer.
    Should I get Linux or Windows (or both on the same machine)? What's a good, reasonably powerful GPU to start on?

    • @SonoranTech-hf5hf
      @SonoranTech-hf5hf  28 วันที่ผ่านมา

      Windows or Linux really depends your particular work and the apps you need. That said, I have been running Linux as my daily driver for a while now and it covers pretty much everything I need, I rarely need to reboot into Linux. I made another video on this if you're interested:
      th-cam.com/video/iKBbz3uSxvk/w-d-xo.html

    • @gregreilly326
      @gregreilly326 28 วันที่ผ่านมา

      @@SonoranTech-hf5hfThanks, I've already watched it! It's helpful too.

  • @sakethcherukuri277
    @sakethcherukuri277 2 หลายเดือนก่อน +1

    Hi, could you explain in short how you setup it up on vscode? in all the tutorials i could find online for c++, they use visual studio instead.

    • @SonoranTech-hf5hf
      @SonoranTech-hf5hf  หลายเดือนก่อน

      I am running vscode on Linux and just did a normal installation, which I honestly don't recall. But after that I didn't bother configuring it to automatically build, etc. I pretty much just used it as an editor and did the compilation by hand in a terminal. Given that the cuda projects just had a couple of files I didn't want to spend the time configuring the editor.. that can get complicated.