Thread block (CUDA programming)

id: thread-block-cuda-programming-202-5700302
title: Thread block (CUDA programming)
text: A thread block is a programming abstraction that represents a group of threads that can be executed serially or in parallel. For better process and data mapping, threads are grouped into thread blocks. The number of threads in a thread block was formerly limited by the architecture to a total of 512 threads per block, but as of March 2010, with compute capability 2.x and higher, blocks may contain up to 1024 threads. The threads in the same thread block run on the same stream processor. Threads
brand slug: wiki
category slug: encyclopedia
description: Programming abstraction
original url: https://en.wikipedia.org/wiki/Thread_block_(CUDA_programming)
date created:
date modified: 2024-02-05T00:03:20Z
main entity: {"identifier":"Q28402816","url":"https://www.wikidata.org/entity/Q28402816"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part