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

get parameters for kernel call

parent b77d161e
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ class GPUTask:
dump = dump + GPUTaskParams.NAME_IMPL.format(name=self.name)
dump = dump + "};\n"
self.get_variables_declaration()
return dump
def get_kernel_declaration(self) -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment