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
52964644
Commit
52964644
authored
May 17, 2021
by
He Guanlin
Browse files
Update README.md
parent
67dc58c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
52964644
【
CPU-GPU-kmeans
】
**
CPU-GPU-kmeans
**
Optimized parallel implementations of the k-means clustering algorithm:
1.
on multi-core CPU with vector units: thread parallelization using OpenMP, auto-vectorization using AVX units
2.
on NVIDIA GPU: using shared memory, dynamic parallelism, and multiple streams
...
...
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