Skip to content

Commit

Permalink
[Meta Schedule] Tweak experiment scripts (apache#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored and zxybazh committed Jan 7, 2022
1 parent d22405b commit e840635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/meta_schedule/run_meta_schedule.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -euxo pipefail
# set -euxo pipefail

RPC_HOST="192.168.6.66"
RPC_PORT="4445"
Expand All @@ -17,7 +17,7 @@ run () {
--rpc-host "$RPC_HOST" \
--rpc-port "$RPC_PORT" \
--rpc-key "$RPC_KEY" \
--num-trials 1500 \
--num-trials 5000 \
2>&1 | tee "$LOG_DIR/$name.log"
}

Expand Down
1 change: 1 addition & 0 deletions tests/python/meta_schedule/test_tune_te_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def main():
num_trials_total=ARGS.num_trials,
),
runner=runner,
task_name=ARGS.workload,
)
if sch is None:
print("No valid schedule found!")
Expand Down

0 comments on commit e840635

Please sign in to comment.