[dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver
Elena Agostini
eagostini at nvidia.com
Mon Nov 8 22:20:31 CET 2021
> From: Stephen Hemminger <stephen at networkplumber.org>
> Date: Monday, 8 November 2021 at 20:02
> To: Elena Agostini <eagostini at nvidia.com>
> Cc: dev at dpdk.org <dev at dpdk.org>
> Subject: Re: [dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver
> External email: Use caution opening links or attachments
>
>
> On Tue, 5 Oct 2021 22:49:05 +0000
> <eagostini at nvidia.com> wrote:
>
> > From: Elena Agostini <eagostini at nvidia.com>
> >
> > 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 <eagostini at nvidia.com>
> > ---
>
> What is the license of the CUDA Driver?
As you can see in the code:
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2021 NVIDIA Corporation & Affiliates
*/
More information about the dev
mailing list