An open API service indexing awesome lists of open source software.

https://github.com/fluxml/nnlibcuda.jl

CUDA integration for the NNlib API
https://github.com/fluxml/nnlibcuda.jl

Last synced: 11 months ago
JSON representation

CUDA integration for the NNlib API

Awesome Lists containing this project

README

          

# NNlibCUDA.jl

This is a glue package which extends functions from [NNlib.jl](https://github.com/FluxML/NNlib.jl) to work with [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl). It should be loaded automatically when using [Flux.jl](https://github.com/FluxML/Flux.jl), but not when using NNlib.jl by itself.

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