Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vialle Stephane
CPU-GPU-kmeans
Commits
75757084
Commit
75757084
authored
May 17, 2021
by
He Guanlin
Browse files
Update README.md
parent
7ba486d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
75757084
...
@@ -22,10 +22,10 @@ Before execution, recompile the code by entering the `make` command if any chang
...
@@ -22,10 +22,10 @@ Before execution, recompile the code by entering the `make` command if any chang
Then you can run the executable file "kmeans" with several arguments:
Then you can run the executable file "kmeans" with several arguments:
-
-t
<GPU
|
CPU
>
: run computations on target GPU or on target CPU (default: GPU)
-
`
-t <GPU|CPU>
`
: run computations on target GPU or on target CPU (default: GPU)
-
-cpu-nt
<int>
: number of OpenMP threads (default: 1)
-
`
-cpu-nt <int>
`
: number of OpenMP threads (default: 1)
-
-max-iters
<int>
: maximal number of iterations (default: 200)
-
`
-max-iters <int>
`
: maximal number of iterations (default: 200)
-
-tol
<float>
: tolerance, i.e. convergence criterion (default: 1.0E-4)
-
`
-tol <float>
`
: tolerance, i.e. convergence criterion (default: 1.0E-4)
Examples:
Examples:
-
k-means on CPU:
-
k-means on CPU:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment