Skip to content

Commit 1a5f265

Browse files
committed
Merge pull request #1340 from shehzan10/hotfix-3.3.1
Updated Release Notes
2 parents 58bd624 + c72b25c commit 1a5f265

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/pages/release_notes.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Release Notes {#releasenotes}
22
==============
33

4+
v3.3.1
5+
==============
6+
7+
Bug Fixes
8+
--------------
9+
10+
* Fixes to \ref af::array::device()
11+
* CPU Backend: [evaluate arrays](https://github.com/arrayfire/arrayfire/issues/1316)
12+
before returning pointer with asynchronous calls in CPU backend.
13+
* OpenCL Backend: [fix segfaults](https://github.com/arrayfire/arrayfire/issues/1324)
14+
when requested for device pointers on empty arrays.
15+
* Fixed \ref af::array::operator%() from using [rem to mod](https://github.com/arrayfire/arrayfire/issues/1318).
16+
* Fixed [array destruction](https://github.com/arrayfire/arrayfire/issues/1321)
17+
when backends are switched in Unified API.
18+
* Fixed [indexing](https://github.com/arrayfire/arrayfire/issues/1331) after
19+
\ref af::moddims() is called.
20+
* Fixes FFT calls for CUDA and OpenCL backends when used on
21+
[multiple devices](https://github.com/arrayfire/arrayfire/issues/1332).
22+
* Fixed [unresolved external](https://github.com/arrayfire/arrayfire/commit/32965ef)
23+
for some functions from \ref af::array::array_proxy class.
24+
25+
Build
26+
------
27+
* CMake compiles files in alphabetical order.
28+
* CMake fixes for BLAS and LAPACK on some Linux distributions.
29+
30+
Improvements
31+
------------
32+
* Fixed [OpenCL FFT performance](https://github.com/arrayfire/arrayfire/issues/1323) regression.
33+
* \ref af::array::device() on OpenCL backend [returns](https://github.com/arrayfire/arrayfire/issues/1311)
34+
`cl_mem` instead of `(void*)cl::Buffer*`.
35+
* In Unified backend, [load versioned libraries](https://github.com/arrayfire/arrayfire/issues/1312)
36+
at runtime.
37+
38+
Documentation
39+
------
40+
* Reorganized, cleaner README file.
41+
* Replaced non-free lena image in assets with free-to-distribute lena image.
42+
443
v3.3.0
544
==============
645

0 commit comments

Comments
 (0)