mirror of
https://github.com/AdaCore/cuda.git
synced 2026-02-12 13:05:54 -08:00
Before this patch, the pragma CUDA_Execute in the vectorAdd sample had its arguments in the wrong order. The resulting execution configuration was in range for most devices, which explains why the problem was undetected. This patch puts the arguments of this pragma CUDA_Execute in their expected order.