Skip to content

Commit

Permalink
Mahti fix and new results
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsjober committed Sep 18, 2023
1 parent 4a536e8 commit d5d2a07
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions results.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,19 @@
| DDP Lightning, synthetic | PyTorch 2.0.1+rocm5.4.2 | lumi | 1 | 2023-09-15 | 511.02 |
| DDP Lightning, synthetic | PyTorch 2.0.1+rocm5.4.2 | lumi | 8 | 2023-09-15 | 3734.80 |
| DDP Lightning, synthetic | PyTorch 2.0.1+rocm5.4.2 | lumi | 16 | 2023-09-15 | 7201.45 |
| DDP, synthetic | PyTorch 2.0.0+cu117 | mahti | 1 | 2023-09-15 | 781.72 |
| DDP, synthetic | PyTorch 2.0.0+cu117 | mahti | 4 | 2023-09-15 | 3054.03 |
| DDP, synthetic | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 5824.31 |
| DDP, synthetic, fp16 | PyTorch 2.0.0+cu117 | mahti | 1 | 2023-09-15 | 1128.61 |
| DDP, synthetic, fp16 | PyTorch 2.0.0+cu117 | mahti | 4 | 2023-09-15 | 4153.99 |
| DDP, synthetic, fp16 | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 7849.03 |
| DDP Lightning, synthetic | PyTorch 2.0.0+cu117 | mahti | 1 | 2023-09-15 | 798.08 |
| DDP Lightning, synthetic | PyTorch 2.0.0+cu117 | mahti | 4 | 2023-09-15 | 3135.00 |
| DDP Lightning, synthetic | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 6010.30 |
| DDP, Imagenet data | PyTorch 2.0.0+cu117 | mahti | 1 | 2023-09-15 | 783.28 |
| DDP, Imagenet data | PyTorch 2.0.0+cu117 | mahti | 4 | 2023-09-15 | 3067.25 |
| DDP, Imagenet data | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 5777.12 |
| DeepSpeed, synthetic data | PyTorch 2.0.0+cu117 | mahti | 4 | 2023-09-15 | 3107.95 |
| DeepSpeed, synthetic data | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 5813.62 |
| Horovod, synthetic | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 5235.30 |
| Horovod, Imagenet data | PyTorch 2.0.0+cu117 | mahti | 8 | 2023-09-15 | 5230.77 |
2 changes: 1 addition & 1 deletion slurm/mahti-gpu4-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#SBATCH --account=project_2001659
#SBATCH --partition=gputest
#SBATCH --nodes=1
#SBATCH --ntasks=4
#SBATCH --ntasks-per-node=4
#SBATCH --cpus-per-task=32
#SBATCH --time=15
#SBATCH --gres=gpu:a100:4,nvme:200
Expand Down

0 comments on commit d5d2a07

Please sign in to comment.