Parallel computing: Difference between revisions

From 太極
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
** GPU
** GPU
* [https://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing]
* [https://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing]
** [https://en.wikipedia.org/wiki/Linearizability Atomic operations]
** [https://en.wikipedia.org/wiki/Linearizability Atomic operations] - Atomic operations in concurrent programming are program operations that run completely independently of any other processes.
 
* [https://cran.r-project.org/web/packages/GPUmatrix/index.html GPUmatrix]: Basic Linear Algebra with GPU

Latest revision as of 18:35, 27 May 2023

Resources