Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- build
- ubuntu
- Linux
- HPCM
- conda
- PFSS
- gpfs
- LUSTRE
- AMD
- Singularity
- HPE
- top500
- hpcm패치
- Kernel
- Cray
- HPFSS
- 1.10
- CUDA
- patch
- java
- nvidia
- Source
- rhel
- GPU
- infiniband
- 1.9
- CPU
- Docker
- rocm
- SLURM
Archives
- Today
- Total
HPE CRAY 자료 공유
[pytorch] mnist 본문
- mnist.py 소스 경로 : https://github.com/pytorch/examples/tree/master/mnist
1. 테스트 환경
- OS : Ubuntu 20.04.1 LTS
- Model : Apollo 6500 Gen10+ XL675d
- CPU : AMD EPYC 7543 32 Core 2.8GHz
2. 테스트 환경 구성 및 실행
$ conda create -n pytorch_cpu_1.9 $ source activate pytorch_cpu_1.9 $ conda install pytorch torchvision torchaudio cpuonly -c pytorch $ export OMP_NUM_THREADS=1 $ python ./main.py |
3. 결과
Threads 수 | 실행 시간(초) | 비고 |
1 | 87.19 | |
4 | 39.12 | |
6 | 36.49 | |
8 | 36.86 | |
10 | 38.48 | |
12 | 39.20 | |
16 | 39.27 | |
32 | 67.19 |
'Applications > BMT관련' 카테고리의 다른 글
[BMT] HPC Benchmark list (0) | 2024.04.16 |
---|---|
[TOP500] November 2023 (0) | 2023.11.15 |
[nvidia-docker] tensorflow multi gpu test (0) | 2021.09.15 |
[BMT] conda를 이용한 HPL benchmark (0) | 2021.07.08 |
[BMT] STREAM (0) | 2021.07.05 |