cuDNN 有设备 api 吗?

Does cuDNN have a device api?

我想知道 cuDNN 是否有设备端 api 用于动态并行(我想在其他内核中调用 cuDNN 内核)。我发现 cuBLAS 有这样一个 api: cuBlas but I could not find any information on whether cuDNN provides a similar api. I checked the cuDNN paper 并且它说“库公开了一个主机可调用的 C 语言 API” 但是这篇论文很旧,我想知道是否他们添加了一个设备端 api。我在 cuDNN 文档中找不到任何信息。有人知道这样的 api 吗?

目前没有用于 cuDNN 的设备 API。目前在最近的 CUDA 版本中也没有用于 CUBLAS 的设备 API。该功能已在 CUDA 10 时间范围内弃用并删除。