Skip to content
Snippets Groups Projects
Commit 5b7a0797 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix stray tuple comma in ispc backend

parent ecd8bdb6
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ class ISPCTarget(CTarget):
if gsize:
launch_spec = "[%s]" % ", ".join(
ccm(gs_i, PREC_NONE)
for gs_i in gsize),
for gs_i in gsize)
else:
launch_spec = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment