Skip to content

Commit

Permalink
Tentative changelog for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Apr 29, 2024
1 parent 2cf42d7 commit 38ab9f1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## [0.4.0] -- current
## [0.4.0] -- 2024-04-30

### Added

- TODO: API improvements for mixed precision computations.
- TODO: A very naive first stab at Cuda parallelism.

### Changed

- Terminology in the API: Renamed almost all uses of "jit" into uses of "compile" and / or "link".
- Split the compile-to-ptx phase from the build-module and build-kernel-launcher phase.
- TODO: migrated the Cuda backend to ppx_minidebug-based execution tracing.
- Migrated the Cuda backend to ppx_minidebug-based execution tracing.
- TODO: Fixes for mixed precision computations.

## [0.3.3] -- 2024-04-24

Expand Down

0 comments on commit 38ab9f1

Please sign in to comment.