Vector Processing
Vector Operations
DO 20 I = 1, 100
20 C(I) = B(I) + A(I)
Initialize I=0
20 Read A(I)
Read B(I)
Store C(I) = A(I)+B(I)
Increment I = I + 1
If I <= 100 go to 20
Continue
Matrix Multiplication
Memory Interleaving
Supercomputers
20 videos|87 docs|48 tests
|
1. What is vector processing? | ![]() |
2. How does vector processing differ from scalar processing? | ![]() |
3. What are the advantages of vector processing? | ![]() |
4. What are some common applications of vector processing? | ![]() |
5. Are there any limitations or challenges associated with vector processing? | ![]() |
20 videos|87 docs|48 tests
|
![]() |
Explore Courses for Computer Science Engineering (CSE) exam
|
|