Skip to content

Commit 43da320

Browse files
authored
Merge pull request #50 from GPUEngineering/fix/48-better-mem-mgmt
Better memory management
2 parents d5b6b52 + 2c326fc commit 43da320

File tree

3 files changed

+264
-113
lines changed

3 files changed

+264
-113
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
<!-- ---------------------
10+
v1.3.1
11+
--------------------- -->
12+
## v1.3.1 - 8-11-2024
13+
14+
### Fixed
15+
16+
- Memory management improvements: we got rid of `pointerToMatrices`, which would unnecessarily allocate memory and `addAB` does not allocate any new memory internally.
17+
918
<!-- ---------------------
1019
v1.3.0
1120
--------------------- -->

0 commit comments

Comments
 (0)