Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Dec 3, 2020
1 parent 12d6dbf commit d561662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/unittest/test_auto_scheduler_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ def test_gpu_feature():
inp.task.workload_key,
inp.task.target,
None,
auto_scheduler.HardwareParams(100000, 16, 64, 1 << 30, 1 << 30, 1 << 30, 1 << 30, 1 << 30),
auto_scheduler.HardwareParams(
100000, 16, 64, 1 << 30, 1 << 30, 1 << 30, 1 << 30, 1 << 30
),
)

state = dag.infer_bound_from_state(inputs[0].state)
Expand Down

0 comments on commit d561662

Please sign in to comment.