Skip to content
Snippets Groups Projects
Commit 2aea2f82 authored by d74ksy's avatar d74ksy
Browse files

Missed a priunt statement removal...

parent 7822b809
No related branches found
No related tags found
1 merge request!355WIP: GPU swift
...@@ -1441,8 +1441,6 @@ struct task *scheduler_done(struct scheduler *s, struct task *t) { ...@@ -1441,8 +1441,6 @@ struct task *scheduler_done(struct scheduler *s, struct task *t) {
if (t2->skip) continue; if (t2->skip) continue;
#endif #endif
const int res = atomic_dec(&t2->wait); const int res = atomic_dec(&t2->wait);
if(t2->type == task_type_kick2 && t->type != task_type_GPU_mega)
message("Unlocked by type not GPU_mega");
if (res < 1) { if (res < 1) {
if(t->type == task_type_GPU_mega) if(t->type == task_type_GPU_mega)
message("GPU_mega"); message("GPU_mega");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment