Skip to content

FluxML/NNlibCUDA.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NNlibCUDA.jl

This is a glue package which extends functions from NNlib.jl to work with CUDA.jl. It should be loaded automatically when using Flux.jl, but not when using NNlib.jl by itself.

Julia gpu kernels are in src/, while wrappers around cudnn are in src/cudnn/.