On Tue, 5 Oct 2021 22:49:05 +0000 <[email protected]> wrote: > From: Elena Agostini <[email protected]> > > This is the CUDA implementation of the gpudev library. > Funcitonalities implemented through CUDA Driver API are: > > - Device probe and remove > - Manage device memory allocations > - Register/unregister external CPU memory in the device memory area > > Signed-off-by: Elena Agostini <[email protected]> > ---
What is the license of the CUDA Driver?

