run_latency_tests_cpu.sh 453 B

1234567
  1. export CUDA_VISIBLE_DEVICES=
  2. export OMP_NUM_THREADS=6
  3. export KMP_BLOCKTIME=0
  4. export KMP_AFFINITY=granularity=fine,compact,1,0
  5. bash test_infer.sh -bs 1 -il 128 -p fp32 --num-iters 1003 --tacotron2 tacotron2_1032590_6000_amp --waveglow waveglow_1076430_14000_amp --wn-channels 256 --cpu-run
  6. bash test_infer.sh -bs 4 -il 128 -p fp32 --num-iters 1003 --tacotron2 tacotron2_1032590_6000_amp --waveglow waveglow_1076430_14000_amp --wn-channels 256 --cpu-run