Coder Social home page Coder Social logo

cudnn's Introduction

NVIDIA cuDNNについて

NVIDIA cuDNNは,DNNアプリケーションで頻繁に発生する操作の高度に調整された実装を提供します.

  • 畳み込みの順伝播と逆伝播(クロスコリレーションを含む)
  • 行列の乗算
  • プーリングの順伝播と逆伝播
  • ソフトマックスの順伝播と逆伝播
  • ニューロンの活性化の順伝播と逆伝播:relutanhsigmoidelugelusoftplusswish
  • 算術,数学的,関係,および論理的なポイントワイズ操作(さまざまな種類の順伝播および逆伝播ニューロン活性化を含む)
  • テンソル変換関数
  • LRN,LCN,バッチ正規化,インスタンス正規化,およびレイヤー正規化の順伝播と逆伝播

個々の操作のパフォーマンスを向上させるだけでなく,cuDNNライブラリはさらに最適化のための柔軟なマルチオペレーションフュージョンパターンのセットもサポートしています. 目標は,重要なディープラーニングのユースケースにおいて,NVIDIA GPU上で可能な限り最高のパフォーマンスを達成することです.

cuDNNバージョン7以前では,APIは固定された一連の操作とフュージョンパターンをサポートするように設計されていました.これを非公式に「レガシーAPI」と呼んでいます. cuDNNバージョン8以降では,急速に拡大する人気のフュージョンパターンに対応するために,操作グラフを定義することで計算を表現できるグラフAPIを追加しました. これにより,レガシーAPIに比べてより柔軟性が提供され,ほとんどのユースケースでは,cuDNNを使用する推奨方法となっています.

cuDNNライブラリはC APIを公開している一方で,C APIをラップするオープンソースのC++レイヤーも提供しており,ほとんどのユーザーにとってより便利です. ただし,これはグラフAPIに限定されており,レガシーAPIはサポートしていません.
基本知識
コア・コンセプト
グラフAPI
互換性
雑多な事項

cudnn's People

Contributors

yuukimasir0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.