Git Product home page Git Product logo

fbcuda's Introduction

fbcuda's People

Contributors

ajtulloch avatar colesbury avatar cosinequanon avatar gownta avatar igorsugak avatar ma2bd avatar meyering avatar soumith avatar wickedfoo avatar xw285cornell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fbcuda's Issues

Could you provide some test files to run fbfft?

Hi, I'm very interested in your paper Fast Convolutional Nets With fbfft: A GPU Performance Evaluation. I have looked at your code but can hardly know how to use it. Could you provide some test files for me to test?

This library is referenced by fbcunn: how can I use fbcuda with fbcunn?

cc@fft:~/code/fbcunn/build$ cmake ..
STATUS,=
STATUS,=
STATUS,=
-- Found Torch7 in /home/cc/torch/install
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "8.0")
STATUS,/usr/local/cuda/lib64/libcudart.so=
STATUS,=
STATUS,/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcublas_device.a=
-- Configuring done
CMake Error at /home/cc/torch/install/share/cmake/torch/FindCUDA.cmake:1711 (add_library):
Cannot find source file:

cuda/util/CachedDeviceProperties.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
CMakeLists.txt:382 (CUDA_ADD_LIBRARY)

-- Build files have been written to: /home/cc/code/fbcunn/build

warpReduceMin

/// Finds the minimum `val` across the warp
template <typename T>
__device__ __forceinline__ T warpReduceMin(T val) {
  return warpReduce<T, Max<T> >(val, Min<T>());
}

should be

  return warpReduce<T, Min<T> >(val, Min<T>());

right?

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.