From 38ab9f10f441ac65d8c2b6dc8f2fa3efd7386d21 Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Mon, 29 Apr 2024 12:43:26 +0200 Subject: [PATCH] Tentative changelog for version 0.4.0 --- CHANGES.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a98f505c..e53f2ca2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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