📔
[Lab] SIMD Lab
  • Outline
  • Introduction
    • What's SIMD
    • CPU support for SIMD
  • SIMD in C/C++
    • Get started
    • Data types
    • Intrinsics
    • Resources and References
Powered by GitBook
On this page

Was this helpful?

Outline

NextWhat's SIMD

Last updated 3 years ago

Was this helpful?

In this lab, we will recap the basic concepts of SIMD introduced in the lecture and cover basic methods to speed up your parallel program using SIMD intrinsic in C/C++. Throughout the lab, you will learn:

  • How to invoke SIMD intrinsic in C/C++.

  • How to compile your C/C++ program with SIMD intrinsic.

  • How to use .

Hope this lab could be helpful for your assignments(assignment-1).

Intel Intrinsic Guide