約 60,000 件の結果
リンクを新しいタブで開く
  1. What is a Streaming Multiprocessor? | GPU Glossary

    Streaming Multiprocessors (SMs) of NVIDIA GPUs are roughly analogous to the cores of CPUs. That is, SMs both execute computations and store state available for computation in registers, …

  2. What is a streaming multiprocessor (SM)? | Modular

    The basic building block of a GPU is called a streaming multiprocessor (SM) on NVIDIA GPUs or a compute unit (CU) on AMD GPUs (they're the same idea and we'll refer to them both as SM).

  3. Cornell Virtual Workshop > Understanding GPU Architecture > GPU …

    On the GPU, a kernel call is executed by one or more streaming multiprocessors, or SMs. The SMs are the hardware homes of the CUDA cores that execute the threads.

  4. Tuning CUDA Applications for NVIDIA Ampere GPU Architecture

    2025年12月2日 · The NVIDIA Ampere GPU architecture’s Streaming Multiprocessor (SM) provides the following improvements over Volta and Turing. 1.4.1.1. Occupancy. The maximum number …

  5. Streaming Multiprocessor (SM)

    2025年3月3日 · A Streaming Multiprocessor (SM) is a fundamental component of NVIDIA GPUs, consisting of multiple Stream Processor s (CUDA Core) responsible for executing instructions …

  6. Understanding Streaming Multiprocessors in NVIDIA GPUs

    2025年9月30日 · Streaming Multiprocessors (SMs) in NVIDIA GPUs act like the cores in CPUs, handling computations and holding state in registers with caches nearby. But unlike beefy CPU …

  7. Streaming Processor - an overview | ScienceDirect Topics

    A fundamental unit of GPU is a streaming processor (SP). This provides the capability to fetch a single instruction from memory and carry it out on different data sets in parallel.

  8. Streaming Multiprocessors: Scheduling and Execution

    2025年9月20日 · Modern GPUs achieve their massive parallel performance through Streaming Multiprocessors (SMs). An SM is the fundamental compute block of the GPU, containing …

  9. Stream Multiprocessors: The Heart of GPU Computing

    At the heart of a GPU's parallel processing capabilities lie Stream Multiprocessors (SMs), which are the individual processing units responsible for executing tasks concurrently.

  10. NVIDIA GPU Architecture |From Pascal to Turing to Ampere

    2021年10月26日 · A warp is a collection of threads that all share the same code and are all executed simultaneously by a Streaming Multiprocessor (SM). Multiple warps can be executed …