Skip to content

Commit

Permalink
BVLC master + CUB Memory Manager + cuDNN v4 and v5 support
Browse files Browse the repository at this point in the history
CPU mode fixed
  • Loading branch information
drnikolaev committed Mar 30, 2016
1 parent be163be commit d41bfbe
Show file tree
Hide file tree
Showing 127 changed files with 41,179 additions and 319 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ env:
- WITH_CUDA=true WITH_CMAKE=true WITH_IO=true
- WITH_CUDA=false WITH_CMAKE=false WITH_IO=false
- WITH_CUDA=false WITH_CMAKE=true WITH_IO=false PYTHON_VERSION=3
# Currently there is no way to install cudnn via apt-get. Uncomment when it's available.
# - WITH_CUDA=true WITH_CMAKE=false WITH_IO=true WITH_CUDNN=true
# - WITH_CUDA=true WITH_CMAKE=true WITH_IO=true WITH_CUDNN=true

language: cpp

Expand Down
783 changes: 783 additions & 0 deletions 3rdparty/cub/cub/agent/agent_histogram.cuh

Large diffs are not rendered by default.

769 changes: 769 additions & 0 deletions 3rdparty/cub/cub/agent/agent_radix_sort_downsweep.cuh

Large diffs are not rendered by default.

Loading

0 comments on commit d41bfbe

Please sign in to comment.