evaluation

This commit is contained in:
2024-03-07 22:52:39 +01:00
parent ae99be7207
commit ddfc9191d5
30 changed files with 36 additions and 22 deletions

View File

@ -22,4 +22,4 @@ lspci > results/pci_bench_reduce_gpu.txt
#julia --project -e 'using CUDA; CUDA.set_runtime_version!(VersionNumber("12.1"))' >> $LOG_FILE 2>&1 || echo "Failed to set CUDA version number"
echo "Benchmarking Reduction 32 Threads, *GPU*"
julia --project --threads=32 examples/qed_bench_reduction_steps_gpu.jl >> $LOG_FILE 2>&1 || echo "-- Something went wrong, check logs --"
julia --project -O3 --threads=32 examples/qed_bench_reduction_steps_gpu.jl >> $LOG_FILE 2>&1 || echo "-- Something went wrong, check logs --"