[arrayfire] 34/408: Merge pull request #848 from pavanky/new_additions

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:11 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 94909e17bcf099ae7b6043fbaff2b95e27edfb23
Merge: 19b7067 691f0d1
Author: Umar Arshad <umar at arrayfire.com>
Date:   Wed Jun 24 11:42:16 2015 -0400

    Merge pull request #848 from pavanky/new_additions
    
    Add array::lock, array::unlock, and af::copy

 include/af/array.h            |  19 +++++--
 include/af/device.h           |  30 +++++++++--
 include/af/index.h            |  18 +++++++
 src/api/c/device.cpp          |  73 +++++++++++++++++++++++++
 src/api/c/index.cpp           |   1 -
 src/api/cpp/array.cpp         |  10 +++-
 src/api/cpp/index.cpp         |  18 +++++++
 src/backend/cpu/Array.hpp     |   2 +-
 src/backend/cpu/memory.cpp    |  42 +++++++++------
 src/backend/cpu/memory.hpp    |   3 +-
 src/backend/cuda/Array.hpp    |   2 +-
 src/backend/cuda/memory.cpp   |  53 ++++++++++++------
 src/backend/cuda/memory.hpp   |   3 +-
 src/backend/opencl/Array.hpp  |   2 +-
 src/backend/opencl/memory.cpp |  46 ++++++++++------
 src/backend/opencl/memory.hpp |   4 +-
 test/assign.cpp               |  38 ++++++++++++-
 test/memory.cpp               | 123 ++++++++++++++++++++++++++++++++----------
 test/memory_lock.cpp          |  95 ++++++++++++++++++++++++++++++++
 19 files changed, 483 insertions(+), 99 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