Skip to content
Snippets Groups Projects
Commit 670d03c2 authored by Christoph Alt's avatar Christoph Alt
Browse files

formatting

parent 957b2b7e
No related branches found
No related tags found
1 merge request!3Add support for sycl accessors
......@@ -59,7 +59,13 @@ class SyclHandler(AugExpr):
self._ctx = ctx
def parallel_for(self, range: SfgVar | Sequence[int], kernel: SfgKernelHandle, *, extras: Sequence[SequencerArg]=[]):
def parallel_for(
self,
range: SfgVar | Sequence[int],
kernel: SfgKernelHandle,
*,
extras: Sequence[SequencerArg] = [],
):
"""Generate a ``parallel_for`` kernel invocation using this command group handler.
Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment