Parallel Programming Basic

发布时间 2023-09-20 23:10:39作者: 0x7F
  1. Learn about the difference between time-efficiency(more important) and work-efficiency
  2. parallel loop

Relative instruction set

  1. SSE(Streaming SIMD Extensions)instruction set
  2. AVX(Advanced Vector Extensions)instruction set
    It is x86 micro processor instruction set extension which was introduced by Intel.