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

fix

parent cd7036b2
No related merge requests found
......@@ -92,10 +92,10 @@ def write_main(args):
#"#include \"{kernel_file}\"\n".format(kernel_file=args.kernel_declaration)
)
outFile.write("int main(int argc, char **argv){\n"
"\tauto gputasks = get_gpusched_task_vector();\n"
#"\tauto gputasks = get_gpusched_task_vector();\n"
"\tauto steps = get_gpusched_steps();\n"
"\tprintf(\"Start the execution of GPUSCHED order\\n\");\n"
"\tprintf(\"There is %d steps to execute\", steps.size()\\n);\n"
"\tprintf(\"There is %d steps to execute\\n\", steps.size());\n"
)
outFile.write(init_kernel_function_call())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment