Skip to content

A CUDA Extension of NNabla This repository provides an official CUDA/cuDNN-accelerated extension of the NNabla deep learning framework.

License

Notifications You must be signed in to change notification settings

frowand/nnabla-ext-cuda

 
 

Repository files navigation

A CUDA Extension of NNabla

This repository provides an official CUDA/cuDNN-accelerated extension of the NNabla deep learning framework.

In order to use it, the default context needs to be changed from 'cpu' to 'cuda.cudnn':

from nnabla.contrib.context import extension_context

ctx = extension_context('cuda.cudnn', device_id=args.device_id)
nn.set_default_context(ctx)

Currently, the installation documentation and usage is integrated into the base NNabla.

FAQ

  • Coming soon

About

A CUDA Extension of NNabla This repository provides an official CUDA/cuDNN-accelerated extension of the NNabla deep learning framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 55.6%
  • C++ 35.1%
  • Python 5.7%
  • CMake 3.5%
  • Other 0.1%