# 什么是活动周期? 活动周期指的是 [流式多处理器 (Streaming Multiprocessor)](/gpu-glossary/device-hardware/streaming-multiprocessor) 中至少驻留有一个 [活动线程束 (active warp)](/gpu-glossary/perf/warp-execution-state) 时钟周期。该 [线程束 (warp)](/gpu-glossary/device-software/warp) 可能处于 [就绪 (eligible)](/gpu-glossary/perf/warp-execution-state) 或 [停滞 (stalled)](/gpu-glossary/perf/warp-execution-state) 状态。 ![](light-cycles.svg) > 此图中所示的所有周期均为活动周期。图表灵感来源于 GTC 2025 上的 [*CUDA Techniques to Maximize Compute and Instruction Throughput*](https://www.nvidia.com/en-us/on-demand/session/gtc25-s72685/) 演讲。