Skip to content

Commit

Permalink
Fix typo & missing word in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Chauzi committed May 20, 2020
1 parent 0241b92 commit 623ff6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ As sanity check it compares host result with the DPU results, and prints out the
* Total number of DPU cycles executed
* The number of DPU cycles per byte processed

Macros can be used to change the of the program:
Macros can be used to change the dimensions of the program:
* NR_TASKLETS set the number of tasklets used by the dpu program (default: 16)
* NR_DPUS set the number of dpu used by the host program (default: 1)
* NR_DPUS set the number of dpus used by the host program (default: 1)

example: `NR_TASKLETS=1 NR_DPUS=DPU_ALLOCATE_ALL make test`
example: `make test NR_TASKLETS=1 NR_DPUS=DPU_ALLOCATE_ALL`

# SDK Documentation
https://sdk.upmem.com/stable/

0 comments on commit 623ff6f

Please sign in to comment.