Changes between Version 1 and Version 2 of cypress/XeonPhi
- Timestamp:
- 08/19/15 17:17:50 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/XeonPhi
v1 v2 1 1 = Programming for the Xeon Phi Coprocessor on Cypress = 2 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. 2 3 3 4 == Xeon Phi Coprocessor Hardware == … … 5 6 Each compute node of Cypress is equipped with two (2) Xeon Phi 7120P coprocessors 6 7 8 [[Image(xeonPhi.jpg, center)]] 9 10 The 7120p is equipped with 11 * 61 Physical cores running at 1.238 GHz 12 * Four (4) Hardware threads on each core 13 * 16GB GDDR5 memory 14 * Uniquely wide SIMD capabilities via 512-bit wide vectors (16 doubles!) 15 16 All this adds up to about 2GFLOPS of potential computing power. 17 18 == Xeon Phi Usage Models ==