🛠️ Steven Gong

Search

SearchSearch
  • Shared Memory
  • CUDA

Nov 10, 2023, 1 min read

Shared Memory §

A shared memory is memory that multiple Processes can access. It’s as simple as that.

This is an important system in Distributed Systems.

How do we actually implemented shared memory?

  • You can do this with

CUDA §

See CUDA Shared Memory.

https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#shared-memory

Graph View

Backlinks

  • Data Communication
  • Inter-Process Communication (IPC)
  • MIT-PITT-RW Logs

Created with Quartz, © 2023

  • Blog
  • LinkedIn
  • Twitter
  • GitHub