This commit adds a new example that mirrors the asyncAPI sample
from NVIDIA's cuda-samples repository. The minimal required version
of GNAT is also bumped to ensure the presence of recent storage
model fixes.
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.
Starting with version 11.6, CUDA does not come with samples in the
distribution anymore. The recommended source for samples is now
https://github.com/nvidia/cuda-samples.
In the newly recommended repository, the directory hierarchy is
different from the one that came with CUDA. The renaming that this
patch performs makes GNAT for CUDA samples mirror the CUDA samples
from https://github.com/nvidia/cuda-samples.