InterviewSolution
Saved Bookmarks
| 1. |
What Is Simd? |
|
Answer» A class belonging to Flynn’s taxonomy of parallel ARCHITECTURES, it stands for SINGLE INSTRUCTION multiple data. In this architecture, different processing elements all execute the same instruction in a given CLOCK cycle, with the respective data (e.g., in registers) being INDEPENDENT of each other. A class belonging to Flynn’s taxonomy of parallel architectures, it stands for single instruction multiple data. In this architecture, different processing elements all execute the same instruction in a given clock cycle, with the respective data (e.g., in registers) being independent of each other. |
|