Unit-5 Parallelism

12345678910
Across
  1. 2. An API for shared memory multiprocessing in C, C++
  2. 4. share a single physical address space
  3. 5. accelerators that supplement a CPU
  4. 6. Number of transistors in a dense IC doubles about every 2 years
  5. 8. decisions are made by compiler in multiple issue pipeline
  6. 10. ARM ISA reflects
Down
  1. 1. hardware finds the addresses of the items to be loaded in a vector register
  2. 3. assembly-language instruction that performs some desired operation
  3. 7. perform a series of computations on a single data stream in a pipelined fashion
  4. 9. example of the message-passing parallel computer