Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fft based convolutional layer #544

Closed
wants to merge 9 commits into from
Closed

Fft based convolutional layer #544

wants to merge 9 commits into from

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    1f46a8d View commit details
    Browse the repository at this point in the history
  2. added OPENMP flag to Makefile.config

    borisgin committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    eb0611c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. added support for CPU_ONLY

    removed reshape() in ForwardFromTo in net.cpp
    borisgin committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    6a909d9 View commit details
    Browse the repository at this point in the history
  2. added flag FFT := 1 into Makefile.config

    added #ifdef USE_FFT into all fft-related files
    borisgin committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    d815d60 View commit details
    Browse the repository at this point in the history
  3. change default FFT = 0 in Makefile.config.example

    borisgin committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    d8c1394 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. added BLAS_LIB ?= /opt/OpenBLAS/lib to Makefile

    borisgin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    9c781f1 View commit details
    Browse the repository at this point in the history
  2. add #ifdef USE_FFT

    cleaned lint
    borisgin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    e90cb1a View commit details
    Browse the repository at this point in the history
  3. added #ifdef USE_FFT ...

    borisgin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    7f556c4 View commit details
    Browse the repository at this point in the history
  4. added condition on cufft

    borisgin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    3f59adb View commit details
    Browse the repository at this point in the history