[arrayfire] branch dfsg-clean updated (c95f016 -> a966cd3)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 21 14:56:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch dfsg-clean
in repository arrayfire.
from c95f016 Merge tag 'v3.3.0' into dfsg-clean
new caa08ec Increment version to 3.3.1
new b2110ac BUGFIX: Return cl_mem properly from OpenCL backend.
new 3f3e5c5 BUGFIX: Append so names when loading the libraries in unified backend.
new 63af426 Merge pull request #1314 from pavanky/fixes-3.3.1
new dd2d89f Sort files for compilation. Compiles files in alphabetical order
new d932a6f BUGFIX % operator uses mod instead of rem
new 980b8fc TYPO Correction to comments after fixes from commit 0258883
new 9ca1ea0 Merge pull request #1317 from shehzan10/hotfix-3.3.1
new b771ffe Fixes to find lapacke.h on Fedora23
new 0859010 Fixing the logic to find cblas.h in FindCBLAS.cmake
new 8687aed Merge pull request #1337 from pavanky/fedora-build-fixes
new 24bc76e BUGFIX: fixed issue in indexing after calling resetDims
new 6abfbe4 Merge pull request #1334 from pavanky/index_fix
new 28305c8 BUGFIX cuFFT plans when using multiple devices
new 8214495 BUGFIX clFFT plans when using multiple devices
new 1fc86c4 BUGFIX diagonal extract length is min instead of max of dims
new 37a6763 Merge pull request #1333 from shehzan10/hotfix-3.3.1
new 6dbf441 Replace lena image in kmeans example
new 01f1588 Fix in kmeans example
new f580623 Merge pull request #1330 from 9prady9/kmeans_example_fix
new 5f3bbb9 BUGFIX: Ensuring the data is destroyed using the proper memory manage.
new 00131de Moving all functions related to af_array handling to api/c/array.cpp
new c1c86b6 BUGFIX: Getting device pointer on empty arrays no longer segfaults.
new 332b6c4 BUGFIX: Getting device ptr now forces JIT evaluation.
new c39e4b7 array test cleanup required for windows
new 345053c Merge pull request #1322 from pavanky/reorg
new f2d60b6 README.md restructuring
new 927987f Merge pull request #1310 from mlloreda/documentation
new 32965ef BUGFIX unresolved external for array_proxy::scalar etc
new 3755f55 Update clFFT build tag
new 8b234b4 Update clBLAS build tag
new 27c8bfb Disable clfftTeardown call for Windows
new 58bd624 Merge pull request #1339 from shehzan10/hotfix-3.3.1
new c72b25c Updated Release Notes
new 1a5f265 Merge pull request #1340 from shehzan10/hotfix-3.3.1
new f53efc3 Merge pull request #1341 from arrayfire/hotfix-3.3.1
new a966cd3 Merge tag 'v3.3.1' into dfsg-clean
The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/CITATION.md | 24 +++
CMakeModules/FindCBLAS.cmake | 19 ++-
CMakeModules/FindLAPACKE.cmake | 2 +
CMakeModules/Version.cmake | 2 +-
CMakeModules/build_clBLAS.cmake | 2 +-
CMakeModules/build_clFFT.cmake | 2 +-
README.md | 185 +++++++++++-----------
assets | 2 +-
docs/pages/release_notes.md | 39 +++++
examples/CMakeLists.txt | 1 +
examples/machine_learning/kmeans.cpp | 4 +-
include/af/device.h | 2 +
include/af/opencl.h | 6 +-
src/api/c/array.cpp | 263 ++++++++++++++++++++++++++++++++
src/api/c/data.cpp | 287 +----------------------------------
src/api/c/device.cpp | 33 ++++
src/api/c/handle.hpp | 3 +
src/api/cpp/array.cpp | 4 +-
src/api/unified/CMakeLists.txt | 7 +
src/api/unified/symbol_manager.cpp | 10 +-
src/backend/ArrayInfo.cpp | 4 +-
src/backend/ArrayInfo.hpp | 12 +-
src/backend/cpu/Array.hpp | 10 +-
src/backend/cpu/CMakeLists.txt | 11 ++
src/backend/cpu/diagonal.cpp | 2 +-
src/backend/cuda/Array.hpp | 8 +-
src/backend/cuda/CMakeLists.txt | 16 ++
src/backend/cuda/diagonal.cu | 2 +-
src/backend/cuda/fft.cpp | 4 +-
src/backend/opencl/Array.hpp | 19 ++-
src/backend/opencl/CMakeLists.txt | 28 +++-
src/backend/opencl/diagonal.cpp | 2 +-
src/backend/opencl/fft.cpp | 16 +-
test/array.cpp | 42 +++--
test/diagonal.cpp | 31 ++++
test/fft.cpp | 36 +++++
36 files changed, 689 insertions(+), 451 deletions(-)
create mode 100644 .github/CITATION.md
--
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