JuliaGPU/CUDA.jl

cuDNN: Provide wrappers for the declarative API

Open

#2,266 opened on Feb 14, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Julia (1,408 stars) (274 forks)batch import
enhancementhelp wanted

Description

As part of cuDNN 9.0, the old imperative API has been deprecated, while moving towards a new, graph-based declarative API. That means that our wrappers will have to be rewritten. As I'm not familiar with machine learning / NNlib.jl (which I guess these wrappers would need to be compatible with), I'm hoping that people from the ML community could be able to help with this.

cc @ToucheSir @CarloLucibello @mcabbott @DhairyaLGandhi

Contributor guide