Skip to content
Snippets Groups Projects
Commit 84462c7c authored by Nordine Feddal's avatar Nordine Feddal
Browse files

added vector declaration

parent e136c7e1
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,9 @@ def parse_sched_order(args):
print("Schedule has {} steps".format(steps))
outFile.write("#ifndef __GPUSCHED_STEPS__HPP\n")
outFile.write("#define __GPUSCHED_STEPS__HPP\n")
outFile.write("#include <vector>\n")
outFile.write(GPUSchedStepParams.dump_struct())
outFile.write(GPUSchedStepParams.dump_global_vector())
for step in schedOrder:
step = step.rstrip(' ').lstrip(' ').rstrip('\n')
# If to differentiate step with multiple kernels call and those with only one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment