Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion aligner-correct/correct_round1.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
void correct_round2(chat_opt_t *chat_opt, hifiasm_opt_t *asm_opt);
void correct_round1(chat_opt_t *chat_opt)
{
// FIX: Add this line to use the user-specified thread count
int threads = chat_opt->thread_num;
std::cout << "correct_round1 thread:" << chat_opt->thread_num << std::endl;
// PRINT_LINE_FUNC();
// if (chat_opt->dBGFile != NULL)
Expand Down Expand Up @@ -278,4 +280,4 @@ void correct_round2(chat_opt_t *chat_opt, hifiasm_opt_t *asm_opt)
return;
}

#endif
#endif