release-note-break-compat
+ [Make inplace option in most of Function operations obsolete](https://github.com/sony/nnabla-ext-cuda/pull/336)
release-note-bugfix
+ [Re-enable the cudnn convolution metrics caching.](https://github.com/sony/nnabla-ext-cuda/pull/327)
+ [Fix multithread cudnn handle sharing problem ](https://github.com/sony/nnabla-ext-cuda/pull/324)
release-note-build
+ [Install nnabla_converter to py38 docker images](https://github.com/sony/nnabla-ext-cuda/pull/337)
+ [Fix APT_OPTS for runtime dockerfiles](https://github.com/sony/nnabla-ext-cuda/pull/332)
+ [CI: Support Nvidia Compatible Driver for CUDA11 docker images](https://github.com/sony/nnabla-ext-cuda/pull/328)
release-note-doc
+ [update copyright](https://github.com/sony/nnabla-ext-cuda/pull/325)
release-note-op-layer
+ [Modify cumprod backward cuda version to deal with zero input](https://github.com/sony/nnabla-ext-cuda/pull/338)
+ [Support p=0 for dropout function](https://github.com/sony/nnabla-ext-cuda/pull/335)
+ [ignore label less 0 to support segmentation boundary](https://github.com/sony/nnabla-ext-cuda/pull/334)
+ [Optimize SyncBatchNorm](https://github.com/sony/nnabla-ext-cuda/pull/333)
+ [ Boolean Indexing Functions](https://github.com/sony/nnabla-ext-cuda/pull/331)
+ [Remove ReLUCudaCudnn](https://github.com/sony/nnabla-ext-cuda/pull/329)
+ [Add CUDA implementaion of roi_align function.](https://github.com/sony/nnabla-ext-cuda/pull/326)
+ [ Higher-order gradients for normalization functions](https://github.com/sony/nnabla-ext-cuda/pull/323)
release-note-utility
+ [Implement module nvml to replace pynvml](https://github.com/sony/nnabla-ext-cuda/pull/322)
Install the latest nnabla by:
pip install nnabla
pip install nnabla-ext-cuda102 For CUDA version 10.2 users
You can also install the cuda extension with specific versions from one of the following. [See also FAQ](https://nnabla.readthedocs.io/en/latest/python/install_on_linux.html#faq)