阿萍的博客

2025年7月

CUDA 入门

Introduction to CUDA C++__global__ 表示在设备上执行threads 组成 block,blocks 组成 grid使用 blockIdx.x 访问 block ...