You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/bert/implementations/tinybox_green/run_and_time.sh
Copy file name to clipboardexpand all lines: examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/bert/implementations/tinybox_red/run_and_time.sh
+4
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@ DATETIME=$(date "+%m%d%H%M")
17
17
LOGFILE="bert_red_${DATETIME}_${SEED}.log"
18
18
19
19
# init
20
+
sudo rmmod amdgpu ||true
20
21
BENCHMARK=10 INITMLPERF=1 RESET_STEP=1 BEAM_LOG_SURPASS_MAX=1 python3 examples/mlperf/model_train.py | tee $LOGFILE
21
22
22
23
# run
24
+
# TODO: AMD driver hangs during init, but is 5% faster per step in real run.
25
+
sudo modprobe amdgpu
23
26
PARALLEL=0 RUNMLPERF=1 python3 examples/mlperf/model_train.py | tee -a $LOGFILE
0 commit comments