Version 2 (modified by 9 years ago) ( diff ) | ,
---|
Programming for the Xeon Phi Coprocessor on Cypress
The Xeon Phi coprocessor is an accelerator used to provide many cores to parallel applications. While it has fewer threads available than a typical GPU accelerator, the processors are much "smarter" and the programming paradigm is similar to what you experience coding for CPUs.
Xeon Phi Coprocessor Hardware
Each compute node of Cypress is equipped with two (2) Xeon Phi 7120P coprocessors
The 7120p is equipped with
- 61 Physical cores running at 1.238 GHz
- Four (4) Hardware threads on each core
- 16GB GDDR5 memory
- Uniquely wide SIMD capabilities via 512-bit wide vectors (16 doubles!)
All this adds up to about 2GFLOPS of potential computing power.
Xeon Phi Usage Models
Attachments (1)
-
xeonPhi.jpg
(23.4 KB
) - added by 9 years ago.
Xeon Phi 7120p coprocessor
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.