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

added comment

parent 0111172e
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ def check_file_exist(args):
"""
@TODO Add time check
@TODO Check the pre-kernel launch
@TODO Modify it to create self program weird mix here
"""
def generate_main_unroll_step():
unroll = ""
......@@ -45,7 +47,7 @@ def generate_cudaStreams():
dump_stream += stream_name.format(no=stream_number-1) + ";\n"
for i in range(0, stream_number-1):
dump_stream += "\tcudaStreamCreate(&{name})\n;".format(name=stream_name.format(no=i))
dump_stream += "\tcudaStreamCreate(&{name});\n".format(name=stream_name.format(no=i))
return dump_stream
def write_main(args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment