Open main menu

CDOT Wiki β

Changes

A-Team

165 bytes added, 00:44, 8 April 2019
Dynamic Parallelism
===Dynamic Parallelism===
Dynamic Parallelism in CUDA allows for the support of kernels to create and synchronize new nested kernels. Additionally, for our use case it also allows us to spend more time on the device to process information quickly without constant cudaMemcpy() or cudaMalloc() calls.
{| class="wikitable mw-collapsible mw-collapsed"
113
edits