tune_cauchy.sh 1.1 KB

123456789101112131415
  1. #!/usr/bin/env bash
  2. python tune_cauchy.py --mode forward -N 4 --filename tuning_result_fwd_N_4.json
  3. python tune_cauchy.py --mode forward -N 8 --filename tuning_result_fwd_N_8.json
  4. python tune_cauchy.py --mode forward -N 16 --filename tuning_result_fwd_N_16.json
  5. python tune_cauchy.py --mode forward -N 32 --filename tuning_result_fwd_N_32.json
  6. python tune_cauchy.py --mode forward -N 64 --filename tuning_result_fwd_N_64.json
  7. python tune_cauchy.py --mode forward -N 128 --filename tuning_result_fwd_N_128.json
  8. python tune_cauchy.py --mode forward -N 256 --filename tuning_result_fwd_N_256.json
  9. python tune_cauchy.py --mode forward -N 512 --filename tuning_result_fwd_N_512.json
  10. python tune_cauchy.py --mode backward -L 1024 --filename tuning_result_bwd_L_1k.json
  11. python tune_cauchy.py --mode backward -L 2048 --filename tuning_result_bwd_L_2k.json
  12. python tune_cauchy.py --mode backward -L 4096 --filename tuning_result_bwd_L_4k.json
  13. python tune_cauchy.py --mode backward -L 8192 --filename tuning_result_bwd_L_8k.json
  14. python tune_cauchy.py --mode backward -L 16384 --filename tuning_result_bwd_L_16k.json