Skip to content
Snippets Groups Projects
Commit 626deed2 authored by d74ksy's avatar d74ksy
Browse files

Missed deleting a debug print

parent 84e04ebc
Branches
No related tags found
1 merge request!355WIP: GPU swift
...@@ -2216,8 +2216,6 @@ __host__ void create_tasks(struct engine *e) { ...@@ -2216,8 +2216,6 @@ __host__ void create_tasks(struct engine *e) {
/* Loop through the tasks */ /* Loop through the tasks */
for (i = 0; i < num_gpu_tasks; i++) { for (i = 0; i < num_gpu_tasks; i++) {
if(tasks_host[i].type == type_implicit_load)
printf("Implicit says hi!\n");
/* The transfer tasks dependencies are done anyway so skip them. */ /* The transfer tasks dependencies are done anyway so skip them. */
if (tasks_host[i].type == type_load || tasks_host[i].type == type_unload || if (tasks_host[i].type == type_load || tasks_host[i].type == type_unload ||
tasks_host[i].type == type_implicit_load || tasks_host[i].type == type_implicit_load ||
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment