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

Fix test failure: revert OpenCL barrier spacing style

parent 8ebcc066
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ class OpenCLTarget(CTarget):
"""
if kind == "local":
if comment:
comment = "/* %s */" % comment
comment = " /* %s */" % comment
from loopy.codegen import GeneratedInstruction
from cgen import Statement
......
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