[arrayfire] 96/248: Merge pull request #1034 from 9prady9/set_native_device

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:09 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 63807f4421385af94dc77e3332f04a2a64a3b1ed
Merge: 064be97 5c012ec
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Thu Oct 1 15:36:08 2015 -0400

    Merge pull request #1034 from 9prady9/set_native_device
    
    Set active device using respective backend native id's

 include/af/cuda.h               |  28 +++
 include/af/opencl.h             | 461 +++++++++++++++++++++-------------------
 include/af/statistics.h         |  28 +--
 src/api/c/covariance.cpp        |  10 +-
 src/api/c/mean.cpp              | 139 ++++++------
 src/api/c/stats.h               |  45 ++--
 src/api/c/stdev.cpp             |  20 +-
 src/api/c/var.cpp               |  10 +-
 src/backend/cpu/reduce.cpp      |  22 ++
 src/backend/cuda/platform.cpp   |  18 ++
 src/backend/cuda/platform.hpp   |   2 +
 src/backend/cuda/sum.cu         |   8 +
 src/backend/opencl/platform.cpp |  18 ++
 src/backend/opencl/platform.hpp |   2 +
 src/backend/opencl/sum.cpp      |   8 +
 test/corrcoef.cpp               |  95 +++++++++
 test/covariance.cpp             | 135 ++++++++++++
 test/data                       |   2 +-
 test/mean.cpp                   | 188 +++++++++++-----
 test/stdev.cpp                  | 207 ++++++++++++++++++
 20 files changed, 1054 insertions(+), 392 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