You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
6
6
project adheres to the [Haskell Package Versioning
7
7
Policy (PVP)](https://pvp.haskell.org)
8
8
9
-
## [next]
9
+
## [1.40.0.] -- ???
10
10
### Added
11
-
* Added debugging functions in module `Data.Array.Accelerate.Debug.Trace` ([#485](https://github.com/AccelerateHS/accelerate/pull/485))
12
-
13
-
### Changed
14
-
* Removed dependency on lens ([#493](https://github.com/AccelerateHS/accelerate/pull/493))
11
+
* Compatibility with GHC 9.12 and Cabal 3.16
12
+
* Support for profiling with [Tracy](https://github.com/wolfpld/tracy) in `accelerate-llvm-native` (enable the `tracy` Cabal flag on `accelerate`) ([#503](https://github.com/AccelerateHS/accelerate/pull/503))
13
+
* Passing `+ACC -dverbose` makes `show` output of `Acc` terms print the hash
14
+
of the kernel, to make cross-referencing against compiled code and
15
+
execution information easier ([#478](https://github.com/AccelerateHS/accelerate/pull/478))
16
+
* Debugging functions in module `Data.Array.Accelerate.Debug.Trace` ([#485](https://github.com/AccelerateHS/accelerate/pull/485))
17
+
* A `Monad` class, and export `Functor` and `Either` from `Data.Array.Accelerate` ([#488](https://github.com/AccelerateHS/accelerate/pull/488))
15
18
16
19
### Fixed
17
20
* Graphviz graph generation of `-ddump-dot` and `-ddump-simpl-dot` ([#384](https://github.com/AccelerateHS/accelerate/issues/384))
0 commit comments