Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我 NVIDIA cuda 寄存器的单位是什么?当我每个块有 8192 个寄存器时,这意味着是以字节还是位?
每个寄存器都是一个 32 位的寄存器,即每个寄存器有 4 个字节。