这是 Apple 为其 M 系列芯片(如您的 M2 Pro)提供的 GPU 加速框架。当您在 PyTorch 中使用 `device = torch.device("mps")` 时,您就是在利用这个 GPU 加速能力来加速深度学习计算。