Skip to content

Commit

Permalink
Update run-tnn-gpu2
Browse files Browse the repository at this point in the history
  • Loading branch information
twobombs authored Feb 28, 2022
1 parent 69a4eb3 commit 7f2e687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runscripts/run-tnn-gpu2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ service filebeat start &
cd /qrack128/_build/ && ./qrack_cl_precompile

# run benchmark for load & output simulation
export QRACK_QUNIT_SEPARABILITY_THRESHOLD=0.146466 && ./benchmarks --layer-stabilizer-qpager -m=49 --benchmark-depth=7 --device-id=1 --samples=10 --measure-output=/var/log/qrack/"t_nn_$(date +%F_%R_%S).log" test_stabilizer_t_nn
# export QRACK_QUNIT_SEPARABILITY_THRESHOLD=0.146466 &&
./benchmarks --layer-stabilizer-qpager -m=64 --benchmark-depth=8 --device-id=1 --samples=1000 --measure-output=/var/log/qrack/"t_nn_$(date +%F_%R_%S).log" test_stabilizer_t_nn_d

# end run, do not stop container ( debug feature )
# tail -f /dev/null

0 comments on commit 7f2e687

Please sign in to comment.