Skip to content
Snippets Groups Projects
Commit 25cfb6c3 authored by Aaron Councilman's avatar Aaron Councilman
Browse files

Add optional name to Hetero-C++ marker signatures in specification

parent 0d9495c5
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ opaque handle in the first argument. ...@@ -68,7 +68,7 @@ opaque handle in the first argument.
Parallel Task API Parallel Task API
----------------- -----------------
``void* __hetero_task_begin(unsigned ni ,..., unsigned no, ...)`` ``void* __hetero_task_begin(unsigned ni ,..., unsigned no, ..., ["name"])``
Defines the starting point for a Parallel Task with the input and output Defines the starting point for a Parallel Task with the input and output
buffer pairs specified. Returns an opaque handle to the starting point buffer pairs specified. Returns an opaque handle to the starting point
...@@ -95,7 +95,7 @@ in the first argument. ...@@ -95,7 +95,7 @@ in the first argument.
Parallel Loop API Parallel Loop API
----------------- -----------------
``void __hetero_parallel_loop(unsigned num_loops ,unsigned ni ,..., unsigned no, ...)`` ``void __hetero_parallel_loop(unsigned num_loops ,unsigned ni ,..., unsigned no, ..., ["name"])``
Specifies that a loop can be parallelized by creating a N-Dimensional Specifies that a loop can be parallelized by creating a N-Dimensional
Node in the hetero DFG. The first argument ``num_loops`` specifies the Node in the hetero DFG. The first argument ``num_loops`` specifies the
......
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