Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed Mar 22, 2024
1 parent 2c59b46 commit c856e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ark/sched/sched/sched_default.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ DefaultScheduler::DefaultScheduler(Model &model, int gpu_id, int rank_,
int num_sm_calc = gpu_info.num_sm - 1;

heuristic_optimize_model(model, model.impl.get(), gpu_info, num_sm_calc);
model.create_nodes();
}

void DefaultScheduler::schedule() {
Expand Down

0 comments on commit c856e4e

Please sign in to comment.