Changes between Version 7 and Version 8 of cypress/XeonPhi
- Timestamp:
- 08/20/15 20:47:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/XeonPhi
v7 v8 9 9 10 10 The 7120p is equipped with 11 * 61 Physicalcores running at 1.238 GHz11 * 61 physical x86 cores running at 1.238 GHz 12 12 * Four (4) Hardware threads on each core 13 13 * 16GB GDDR5 memory 14 14 * Uniquely wide SIMD capabilities via 512-bit wide vectors (16 doubles!) 15 * Connected via PCIe Bus 16 * Fully coherent L1 and L2 cache 15 17 16 18 All this adds up to about 2GFLOPS of potential computing power. 19 20 Each Xeon Phi can be regarded as it's own small machine (cluster really) running a stripped down version of linux. We can ssh onto them, we can run code on them, and we can treat them as another asset to be recruited into our MPI executions. 17 21 18 22 == Xeon Phi Usage Models ==