Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed grid launch constructor to remove runtime errors #34

Merged
merged 1 commit into from
Apr 20, 2016
Merged
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: 2 additions & 2 deletions include/grid_launch.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef struct grid_launch_parm
s.Append(sizeof(unsigned), &groupMemBytes);
}
*/
__attribute__((annotate("user_deserialize")))
/* __attribute__((annotate("user_deserialize")))
grid_launch_parm(int gridDim_x, int gridDim_y, int gridDim_z,
int groupDim_x, int groupDim_y, int groupDim_z,
int groupId_x, int groupId_y, int groupId_z,
Expand All @@ -66,7 +66,7 @@ typedef struct grid_launch_parm
threadId.z = threadId_z;
groupMemBytes = groupMemBytes_;
}

*/
} grid_launch_parm;
/*
// TODO: Will move to separate source file in the future
Expand Down