Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/olepoeschl/NQueensFAF
Browse files Browse the repository at this point in the history
  • Loading branch information
olepoeschl committed Aug 16, 2023
2 parents a1249e5 + 98d2afd commit 2af29ac
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 @@ -69,7 +69,7 @@ With `-c` you can pass a config file. Config files are written in json format an
<tr>
<td>updateInterval</td>
<td>int</td>
<td>>0 || =0 (no progress updates) </td>
<td>>0, =0 (no progress updates) </td>
<td>128</td>
</tr>
<tr>
Expand Down Expand Up @@ -144,13 +144,13 @@ With `-c` you can pass a config file. Config files are written in json format an
<tr>
<td>weight</td>
<td>int</td>
<td>>0 || =0 (device disabled) </td>
<td>>0, =0 (device disabled) </td>
<td>1</td>
</tr>
<tr>
<td>maxGlobalWorkSize</td>
<td>int</td>
<td>>=workgroupSize || =0 (unlimited global work size) </td>
<td>>=workgroupSize, =0 (unlimited global work size) </td>
<td>0</td>
</tr>
</tbody>
Expand Down

0 comments on commit 2af29ac

Please sign in to comment.