Skip to content

Commit fe937b8

Browse files
pradeepumar456
authored andcommitted
Update v3.8 release notes
1 parent c0822ab commit fe937b8

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

docs/pages/release_notes.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@ v3.8.0
55
======
66

77
Major Updates
8-
-------------
9-
- Ragged max
10-
- Bitwise not
11-
- Updated alloc and free
12-
- Initializer list for af::array
8+
--------
9+
- Non-uniform(ragged) reductions \PR{2786}
10+
- Bit-wise not operator support for array and C API (af\_bitnot) \PR{2865}
11+
- Initialization list constructor for array class \PR{2829} \PR{2987}
1312

1413
Improvements
1514
------------
15+
- New API for following statistics function: cov, var and stdev - \PR{2986}
16+
- allocV2 and freeV2 which return cl\_mem on OpenCL backend \PR{2911}
17+
- Move constructor and move assignment operator for Dim4 class \PR{2946}
18+
- Support for CUDA 11.1 and Compute 8.6 \PR{3023}
19+
- Fix af::feature copy constructor for multi-threaded sceanarios \PR{3022}
1620

1721
v3.7.3
1822
======
1923

2024
Improvements
2125
------------
2226
- Add f16 support for histogram - \PR{2984}
23-
- Update confidence connected components example for better illustration - \PR{2968}
27+
- Update confidence connected components example with better illustration - \PR{2968}
2428
- Enable disk caching of OpenCL kernel binaries - \PR{2970}
2529
- Refactor extension of kernel binaries stored to disk `.bin` - \PR{2970}
2630
- Add minimum driver versions for CUDA toolkit 11 in internal map - \PR{2982}

0 commit comments

Comments
 (0)