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

Missing period.

parent 6e62914c
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ Binds the output ```op``` of the current node to output ```oc``` of child node f
```void __hpvm__hint(enum Target target)``` (C\)
```void __hpvm__hint(hpvm::Target target)``` (C++)
Must be called once in each node function. Indicates which hardware target the current function should run in
Must be called once in each node function. Indicates which hardware target the current function should run in.
```void __hpvm__attributes(unsigned ni, …, unsigned no, …)```
Must be called once at the beginning of each node function. Defines the properties of the pointer arguments to the current function. ```ni``` represents the number of input arguments, and ```no``` the number of output arguments. The arguments following ```ni``` are the input arguments, and the arguments following ```no``` are the output arguments. Arguments can be marked as both input and output. All pointer arguments must be included.
......
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