Skip to content

Commit

Permalink
update ncnn
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed May 21, 2021
1 parent 8b7dc05 commit 784268f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,6 @@ int main(int argc, char** argv)
}
else
{
int gpu_queue_count = ncnn::get_gpu_info(gpuid[i]).compute_queue_count();
jobs_proc[i] = std::min(jobs_proc[i], gpu_queue_count);
total_jobs_proc += jobs_proc[i];
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/ncnn
Submodule ncnn updated 357 files

0 comments on commit 784268f

Please sign in to comment.