[arrayfire] 237/248: Merge pull request #1097 from shehzan10/unified_checks

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 1b8c2312be173f4d2e31ced35dedd8216745baf3
Merge: 68df69a 463f044
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Thu Nov 12 00:31:23 2015 +0530

    Merge pull request #1097 from shehzan10/unified_checks
    
    Unified checks

 assets                                   |   2 +-
 docs/details/backend.dox                 |  12 +
 docs/details/vision.dox                  |  24 ++
 docs/pages/INSTALL.md                    |  10 +-
 docs/pages/unified_backend.md            |   9 +-
 docs/pages/using_on_linux.md             |   7 +-
 docs/pages/using_on_osx.md               | 212 ++++++++--
 include/af/backend.h                     |  34 ++
 include/af/defines.h                     |  46 +-
 include/af/graphics.h                    |  13 +-
 include/af/index.h                       |  10 +
 include/af/traits.hpp                    |   4 +
 include/af/vision.h                      | 115 ++++-
 src/api/c/data.cpp                       |  13 +-
 src/api/c/device.cpp                     |  35 +-
 src/api/c/homography.cpp                 |  88 ++++
 src/api/c/sift.cpp                       |   4 +-
 src/api/cpp/device.cpp                   |   8 +
 src/api/cpp/homography.cpp               |  32 ++
 src/api/unified/algorithm.cpp            |  13 +
 src/api/unified/arith.cpp                |   3 +
 src/api/unified/array.cpp                |  12 +
 src/api/unified/blas.cpp                 |   4 +
 src/api/unified/data.cpp                 |  18 +
 src/api/unified/device.cpp               |  16 +-
 src/api/unified/graphics.cpp             |   5 +
 src/api/unified/image.cpp                |  33 ++
 src/api/unified/index.cpp                |   5 +
 src/api/unified/lapack.cpp               |  14 +
 src/api/unified/signal.cpp               |  18 +
 src/api/unified/statistics.cpp           |  14 +
 src/api/unified/symbol_manager.cpp       |  33 +-
 src/api/unified/symbol_manager.hpp       |  38 +-
 src/api/unified/util.cpp                 |   5 +
 src/api/unified/vision.cpp               |  18 +
 src/backend/ArrayInfo.cpp                |  37 ++
 src/backend/ArrayInfo.hpp                |  37 +-
 src/backend/cpu/Array.cpp                |   2 +-
 src/backend/cpu/homography.cpp           | 383 +++++++++++++++++
 src/backend/cpu/homography.hpp           |  22 +
 src/backend/cpu/platform.cpp             |   5 +
 src/backend/cpu/platform.hpp             |   2 +
 src/backend/cpu/sift.cpp                 |   4 +-
 src/backend/cuda/Array.cpp               |   2 +-
 src/backend/cuda/homography.cu           |  79 ++++
 src/backend/cuda/homography.hpp          |  22 +
 src/backend/cuda/kernel/homography.hpp   | 699 +++++++++++++++++++++++++++++++
 src/backend/cuda/kernel/triangle.hpp     |   8 +-
 src/backend/cuda/platform.cpp            |   5 +
 src/backend/cuda/platform.hpp            |   2 +
 src/backend/cuda/sift.cu                 |   4 +-
 src/backend/opencl/Array.cpp             |   2 +-
 src/backend/opencl/homography.cpp        |  96 +++++
 src/backend/opencl/homography.hpp        |  22 +
 src/backend/opencl/kernel/homography.cl  | 516 +++++++++++++++++++++++
 src/backend/opencl/kernel/homography.hpp | 261 ++++++++++++
 src/backend/opencl/platform.cpp          |   5 +
 src/backend/opencl/platform.hpp          |   2 +
 src/backend/opencl/sift.cpp              |   4 +-
 test/data                                |   2 +-
 test/homography.cpp                      | 277 ++++++++++++
 test/missing.cpp                         |   2 -
 test/rank_dense.cpp                      |  30 ++
 63 files changed, 3335 insertions(+), 124 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list