Fix GPU bench scripts
This commit is contained in:
@ -14,9 +14,10 @@ cd $HOME/repos/metagraph_optimization
|
||||
|
||||
module load singularity
|
||||
module load git
|
||||
module load cuda/12.1
|
||||
|
||||
printf "Current git commit hash: " > results/git_reduce_bench_gpu.txt
|
||||
git rev-parse HEAD >> results/git_reduce_bench_gpu.txt
|
||||
git status >> results/git_reduce_bench_gpu.txt
|
||||
|
||||
singularity exec experiments/CUDA_container.sif ./experiments/run_reduce_bench_gpu.sh
|
||||
singularity exec --nv experiments/CUDA_container.sif ./experiments/run_reduce_bench_gpu.sh
|
||||
|
Reference in New Issue
Block a user