Giter VIP home page Giter VIP logo

blitz's Introduction

Build Status

Blitz

Blitz is a cross platform library for deep learning computations. It aims to provide simple, portable, and efficient interfaces for neural network developers. Unlike deep learning frameworks such as Caffe, Torch, and Tensorflow, it could be quickly deployed on different platforms separately. And thus users could fast instanitiate and extend neural network computations with high performance.

Requirements

Common

  • linux systems
  • boost
  • glog

CPU backend

  • x86-64 processors
  • g++/icc
  • openblas/atlas/mkl

GPU backend

  • NVIDIA GPUs

Whole networks (only for testing)

  • yaml-cpp

Features

CPU backend

For convolution networks, we support NCHW and NHWC data layouts for the convolution and pooling computations in forward, backward and update phases. Besides, we devise a feature for automatic data transformation. It is designed for tunning the performance on the network level. For instance, if some layers performs well on NCHW layouts while others are best for NHWC layouts, we could specify the output formats of the convolution layer. The internal transformation does not require extra copies.

GPU backend (not stable)

Our GPU backend supports NCHW, NHWC, and CHWN data layouts. Currently we use CUBLAS for the first two layouts, and the CHWN layouts is fir for our assembly implementations on Kepler GPU, which outperforms CUDNN's GEMM algorithm in several configurations.

Interfaces

A convenient feature of blitz is that CPU, GPU and MIC share common interfaces. We use a contiguous tensor to manage data on different devices, and a template to instanitiate algorithms. A more compherensive guide is presented as following.

Build

CPU backend

make AVX=0/1/2/3 BLAS=openblas/atlas/mkl

GPU backend

make USE_GPU=1 CUDA_ARCH=<according to specific GPU generation>

MIC backend

make AVX=512

blitz's People

Contributors

jokeren avatar cswater 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.