parallel-computing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| parallel-computing [June 15, 2026 at 15:35] – Ivan Janevski | parallel-computing [June 15, 2026 at 15:47] (current) – Ivan Janevski | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| - [[mpi]] | - [[mpi]] | ||
| - [[queuing-theory]] | - [[queuing-theory]] | ||
| - | - [[lock-free-queue]] | ||
| - [[numa]] | - [[numa]] | ||
| - [[false-sharing]] | - [[false-sharing]] | ||
| Line 53: | Line 52: | ||
| - [[spinlock]] | - [[spinlock]] | ||
| - [[smp]] | - [[smp]] | ||
| - | - [[memory-order]] | + | - [[flops]] |
| - | - [[cas]] | + | - [[gflops]] |
| + | - [[tflops]] | ||
| + | - [[atomics]] | ||
| + | - [[atomic-ops]] | ||
| + | - [[atomic-load-store]] | ||
| + | - [[atomic-load]] | ||
| + | - [[atomic-store]] | ||
| + | - [[atomic-read-modify-write]] | ||
| + | - [[atomic-test-and-set]] | ||
| + | - [[atomic-exchange]] or [[xchg]] | ||
| + | - [[atomic-compare-and-swap]] or [[cas]] | ||
| + | - [[atomic-fetch-modify]] | ||
| + | - [[atomic-fetch-arithmetic]] | ||
| + | - [[atomic-fetch-inc]] | ||
| + | - [[atomic-fetch-dec]] | ||
| + | - [[atomic-fetch-add]] | ||
| + | - [[atomic-fetch-sub]] | ||
| + | - [[atomic-fetch-bitwise]] | ||
| + | - [[atomic-fetch-and]] | ||
| + | - [[atomic-fetch-or]] | ||
| + | - [[atomic-fetch-xor]] | ||
| + | - [[atomic-fetch-reduce]] | ||
| + | - [[atomic-fetch-min]] | ||
| + | - [[atomic-fetch-max]] | ||
| + | - [[atomic-flag]] | ||
| + | - [[atomic-wait-notify]] | ||
| + | - [[atomic-wait]] | ||
| + | - [[atomic-notify-one]] | ||
| + | - [[atomic-notify-all]] | ||
| + | - [[lock-free-queue]] | ||
| + | - [[memory-order]] | ||
| + | | ||
| + | - [[memory-order-consume]] | ||
| + | - [[memory-order-acquire]] | ||
| + | - [[memory-order-acq-rel]] | ||
| + | - [[memory-order-seq-cst]] | ||
| - [[treiber-stack]] | - [[treiber-stack]] | ||
| - [[michael-scott-queue]] | - [[michael-scott-queue]] | ||
parallel-computing.1781537713.txt.gz · Last modified: by Ivan Janevski
