Skip to content

h100 timings for CCO‐Surface50

Eric Bylaska edited this page May 22, 2024 · 10 revisions

5/21/2024 - CCO-surface50 Benchmark

  • This example is FFT dominant.

Date: 5/21/2024

Directory: /home/bylaska/PWDFT/QA/CCO-Cu_surface50

The table contains performance timings for the computational task on the given machine with varying numbers of CPU cores (ncpus). The timings are presented in seconds (cputime) and are broken down into different components:

  • non-local: Timings for non-local operations.
  • ffm: Timings for ffm operations.
  • fmf: Timings for fmf operations.
  • fft: Timings for FFT (Fast Fourier Transform) operations.
  • diagonalize: Timings for diagonalize operations.

"In the nvidia binary, FFT operations are exclusively performed using gpu, while BLAS3 operations are executed on the GPU. Additionally, it's important to note that the GPUs become overloaded after reaching a threshold of ncpus=6."

GPU Timings Table

machine ngpus cputime non-local ffm fmf fft diagonalize
h100 8 9.933e+00 1.387e+00 1.044e-01 1.258e-01 7.951e+00 1.146e-03
h100 16 4.768e+00 3.485e-01 4.172e-02 2.824e-02 4.279e+00 1.153e-03
h100 24 5.387e+00 4.804e-01 4.744e-02 4.029e-02 4.694e+00 1.195e-03
h100 32 4.924e+00 3.590e-01 4.359e-02 2.983e-02 4.398e+00 1.166e-03
h100 40 4.708e+00 2.962e-01 3.310e-02 2.277e-02 4.282e+00 1.203e-03
h100 48 4.698e+00 3.311e-01 4.165e-02 1.941e-02 4.244e+00 1.209e-03
h100 64 4.477e+00 1.916e-01 2.836e-02 1.341e-02 4.193e+00 1.134e-03
h100 80 4.403e+00 1.571e-01 2.995e-02 8.757e-03 4.165e+00 1.120e-03
h100 96 4.401e+00 1.751e-01 3.320e-02 7.332e-03 4.149e+00 1.137e-03
h100 128 4.300e+00 1.353e-01 2.865e-02 5.802e-03 4.102e+00 1.187e-03
h100 160 4.276e+00 1.187e-01 3.399e-02 4.551e-03 4.095e+00 1.142e-03
h100 176 4.245e+00 1.016e-01 3.718e-02 3.776e-03 4.080e+00 1.192e-03
SYCL 12 4.995e+00 4.499e-01 4.335e-02 1.859e-02 4.185e+00 3.259e-03
SYCL 24 3.066e+00 4.563e-01 4.693e-02 1.231e-02 2.351e+00 3.308e-03
SYCL 48 2.300e+00 4.931e-01 5.110e-02 1.410e-02 1.581e+00 4.477e-03

The table presents the total and component times for different numbers of CPU cores (ncpus). The optimal timings for each component are indicated by bold values.

5/24/2024 - CCO-surface50 Benchmark