What is SIMD ?

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • This video goes over the basic concepts of what SIMD is and how it's different than traditional programming.

КОМЕНТАРІ • 5

  • @chimpman252
    @chimpman252 2 роки тому +19

    I got distracted by all the bounce animations lol

  • @divanvanzyl7545
    @divanvanzyl7545 Рік тому +1

    Are Vectors in this context different, from Vectors in Linear Algebra?

    • @hexen93
      @hexen93 Рік тому +1

      Yes, the definition used here is closer to std::vector in C++. In this specific example they're fixed-size, but you can think of them as "dynamic arrays" or simply "contiguous groups of values in memory"

  • @florisvanderhout2675
    @florisvanderhout2675 2 роки тому

    very nice

  • @sofiane5476
    @sofiane5476 3 роки тому

    Can I contact you in private conversation? I need help, Thank you