Skip to content

Commit

Permalink
Clean up fugaku scripst
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed May 18, 2021
1 parent 68b9415 commit 2ffed4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/fugaku/deeplabv3-submit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
#PJM -L "rscunit=rscunit_ft01,rscgrp=eap-small"
#PJM -L elapse=00:30:00
#PJM -L "node=1"
#PJM -j
#PJM -S

export PATH=/home/apps/oss/PyTorch-1.7.0/bin:$PATH
export LD_LIBRARY_PATH=/home/apps/oss/PyTorch-1.7.0/lib:$LD_LIBRARY_PATH
Expand Down
8 changes: 8 additions & 0 deletions scripts/fugaku/resent50_ok.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#!/bin/bash
#PJM -L "rscunit=rscunit_ft01,rscgrp=eap-small"
#PJM -L elapse=00:30:00
#PJM -L "node=1"
#PJM -j
#PJM -S

export PATH=/home/apps/oss/PyTorch-1.7.0/bin:$PATH
export LD_LIBRARY_PATH=/home/apps/oss/PyTorch-1.7.0/lib:$LD_LIBRARY_PATH

# sps: 10
LD_PRELOAD=libtcmalloc.so OMP_NUM_THREADS=12 numactl -N 4 -m 4 python3 -m benchmarker --framework=pytorch --problem=bert --problem_size=120,128 --batch_size=24 --nb_epoch=5 --mode=training --backend=DNNL --tensor_layout=DNNL

0 comments on commit 2ffed4f

Please sign in to comment.