Last-modified: 2018-02-02 (金) 17:02:57 (1127d)
CuDA n-body simulation Benchmarks実行条件 †
- cuda に含まれるサンプルプログラム n-body ベンチマーク (cuda/samples/5_Simulations/nbody)
- 評価条件:
- nbody -benchmark -numbodies=20480 -cpu -fp32 (単精度、CPUを評価)
- nbody -benchmark -numbodies=20480 -cpu -fp64 (倍精度、CPUを評価)
- nbody -benchmark -numbodies=204800 -fp32 (単精度、GPUを評価)
- nbody -benchmark -numbodies=204800 -fp64 (倍精度、GPUを評価)
- CuDAのSamplesに含まれるn-body ベンチマークを使用
- Sampleに標準添付のMailfileを使用
- gcc,gfortran についてはOS標準のものを使用
- CPU評価では-benchmark -numbodies=20480 -cpu
- GPU評価では-benchmark -numbodies=204800
- 単精度浮動小数点演算性能では fp32
- 倍精度浮動小数点演算性能では fp64
- 評価条件:
product | CPU/GPU | OS | CuDADriver | compiler | single-precision GFLOP/s | double-precision GFLOP/s |
HP Z8 G4 Workstation | Gold 6132 @ 2.60GHz | CentOS7.4.1708 x64 | CentOS7.4.1708 x64 | gcc4.8.5-16 | 0.937 | 1.402 |
HP Z8 G4 Workstation | Quadro P400 | CentOS7.4.1708 x64 | CuDA9.1/387.26 | nvcc V9.1.85 | 442.033 | 16.179 |
- CuDA n-body HP Z8 G4 Workstation Gold6132 CentOS7.4x64 gcc 2018-02-02 (金) 16:35:53
- CuDA n-body HP Z8 G4 Workstation QuadroP400 CuDA9.1-387.26 2018-02-02 (金) 17:00:25
Tag: GPU Benchmark n-body
Goto Top Page