Skip to content
Snippets Groups Projects
Commit 8a1d14fa authored by kotsifa2's avatar kotsifa2
Browse files

Fix mistake in createNode.

parent 0032d6eb
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ The intrinsics for describing graphs can only be used by internal nodes. Also, i ...@@ -71,7 +71,7 @@ The intrinsics for describing graphs can only be used by internal nodes. Also, i
```i8* llvm.hpvm.createNode(i8* F)``` ```i8* llvm.hpvm.createNode(i8* F)```
Create a static dataflow node with no dynamic instances executing node function ```F```. Return a handle to the created node. Create a static dataflow node with one dynamic instances executing node function ```F```. Return a handle to the created node.
```i8* llvm.hpvm.createNode1D(i8* F, i64 n1)``` ```i8* llvm.hpvm.createNode1D(i8* F, i64 n1)```
Create a static dataflow node with ```n1``` dynamic instances executing node function ```F```. Return a handle to the created node. Create a static dataflow node with ```n1``` dynamic instances executing node function ```F```. Return a handle to the created node.
......
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