CPU vs GPU | GPU Programming | Episode 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ย. 2024

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

  • @silience4095
    @silience4095 4 วันที่ผ่านมา +1

    Great video! Excellent introduction. Keep up, I just want to add that one of the main differences is that CPUs are absolutely incredible at branching code, while GPUs are terrible at that.
    CPUs have decades worth of optimizations specifically to handle branching really well, and keep the pipeline going as uninterrupted as possible.

  • @Stefan-td1pw
    @Stefan-td1pw หลายเดือนก่อน +12

    Can't wait for this to pick up the traction it deserves, investing at 100 views

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

      real XD

  • @lqx7
    @lqx7 หลายเดือนก่อน +3

    This is such quality content. Surely it’s going to blow up.

  • @vastabyss6496
    @vastabyss6496 28 วันที่ผ่านมา +5

    Commenting for the algorithm!

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

    Thanks for explaining it so well, yet in simple terms.

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

    Bro the visual explanations are amazing! Wish the audio was a little better!

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

    Excellent!

  • @Anjalisharma-dk6tk
    @Anjalisharma-dk6tk 17 วันที่ผ่านมา +1

    i feel like this channel ,especially this series, need a overwork. wherein, sir Simon has to make sure we know what the pre requites are.
    i am currently just found this channel as i was looking for good computer architecture animation channel(don't mind me there). and the content went in full speed without any seat belt.
    on a serious note, what is the pre required for this series?

    • @Anjalisharma-dk6tk
      @Anjalisharma-dk6tk 17 วันที่ผ่านมา

      just in case you are like me. there is a zero episode with all these given. i will study everything needed before starting this series.
      anyone that can guide me for more sources to go before starting this beautiful series?

    • @houski4242564
      @houski4242564 15 วันที่ผ่านมา +1

      @@Anjalisharma-dk6tk I am trying to understand computer architecture too. I looked into it and I started learning from coursera course called “Building a Modern computer for first principles: NAND to Tetris” they provide everything to learn computer architecture from absolute beginners.

    • @Anjalisharma-dk6tk
      @Anjalisharma-dk6tk 9 วันที่ผ่านมา

      @@houski4242564 thanks for the guidance ski, i might look into that series as well!

  • @Coder.tahsin
    @Coder.tahsin หลายเดือนก่อน

    Nice video , I am learning OpenCL

  • @SAhellenLily_22
    @SAhellenLily_22 2 วันที่ผ่านมา

    🤔🤷

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

    Dude, wtf. You can't compare CPU core and GPU core. They are not the same. GPU core count take into account the line width of the data and CPU just don't. One CPU core can process 8 to 64 additions in one cycle, but you don't multiply the core count by 8. But that's exactly what GPU manufacturers do...

    • @szymonozog7862
      @szymonozog7862  27 วันที่ผ่านมา +1

      You are right, I just wanted to show a rough outline of the scale but the difference should have been made more clear in the video. Thank you for pointing that out

    • @vitalyl1327
      @vitalyl1327 26 วันที่ผ่านมา

      Wrong. GPU core is not just a wide SIMD, there's a lot more there. A CPU equivalent would have been each SIMD instruction sandwiched in scatter-gather instructions.

    • @StarsManny
      @StarsManny 11 วันที่ผ่านมา +3

      You can compare any 2 things that you like. After the comparison, you will find that the 2 things are similar, or fairly similar, or different, or very different etc.
      The fact that "They are not the same" is actually a very good reason to compare them.

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

    what language are you using in the examples? oh it is cuda. welp more to learn than i thought