frontier scripts
This commit is contained in:
@@ -20,6 +20,8 @@ export HSA_XNACK=1
|
||||
mkdir -p $SCOPE_RESULTS
|
||||
module list > $SCOPE_RESULTS/modules.r3.$SLURM_JOBID.txt 2>&1
|
||||
env > $SCOPE_RESULTS/env.r3.$SLURM_JOBID.txt
|
||||
rocm-smi > $SCOPE_RESULTS/rocm-smi.r3.$SLURM_JOBID.txt 2>&1
|
||||
lscpu > $SCOPE_RESULTS/lscpu.r3.$SLURM_JOBID.txt 2>&1
|
||||
|
||||
date
|
||||
|
||||
@@ -37,32 +39,20 @@ srun -c 56 -n 1 --gpus 8 $SCOPE_BUILD/comm_scope \
|
||||
|
||||
srun -c 56 -n 1 --gpus 8 $SCOPE_BUILD/comm_scope \
|
||||
--benchmark_repetitions=5 \
|
||||
--benchmark_filter='.*implicit_managed_GPURdHost_fine/0/.*' \
|
||||
--benchmark_filter='.*implicit_managed_GPURdHost_fine/0/0/.*' \
|
||||
--benchmark_out_format=json \
|
||||
--benchmark_out="$SCOPE_RESULTS/implicit_managed_GPURdHost_fine.json"
|
||||
|
||||
srun -c 56 -n 1 --gpus 8 $SCOPE_BUILD/comm_scope \
|
||||
--benchmark_repetitions=5 \
|
||||
--benchmark_filter='.*implicit_managed_GPURdHost_coarse/0/.*' \
|
||||
--benchmark_filter='.*implicit_managed_GPURdHost_coarse/0/0/.*' \
|
||||
--benchmark_out_format=json \
|
||||
--benchmark_out="$SCOPE_RESULTS/implicit_managed_GPURdHost_coarse.json"
|
||||
|
||||
srun -c 56 -n 1 --gpus 8 $SCOPE_BUILD/comm_scope \
|
||||
--benchmark_repetitions=5 \
|
||||
--benchmark_filter='.*hipManaged_HostToGPUWriteDst/0/.*' \
|
||||
--benchmark_filter='.*hipManaged_HostToGPUWriteDst/0/0/.*' \
|
||||
--benchmark_out_format=json \
|
||||
--benchmark_out="$SCOPE_RESULTS/hipManaged_HostToGPUWriteDst.json"
|
||||
|
||||
srun -c 56 -n 1 --gpus 8 $SCOPE_BUILD/comm_scope \
|
||||
--benchmark_repetitions=5 \
|
||||
--benchmark_filter='.*prefetch_managed_GPUToGPU/0/.*' \
|
||||
--benchmark_out_format=json \
|
||||
--benchmark_out="$SCOPE_RESULTS/prefetch_managed_GPUToGPU.json"
|
||||
|
||||
srun -c 56 -n 1 --gpus 8 $SCOPE_BUILD/comm_scope \
|
||||
--benchmark_repetitions=5 \
|
||||
--benchmark_filter='.*implicit_mapped_HostWrGPU/0/.*' \
|
||||
--benchmark_out_format=json \
|
||||
--benchmark_out="$SCOPE_RESULTS/implicit_mapped_HostWrGPU.json"
|
||||
|
||||
date
|
||||
|
||||
Reference in New Issue
Block a user