Skip to content

Commit

Permalink
========================= Release Notes v0.3.0 =========================
Browse files Browse the repository at this point in the history
API:

 - H2 added a thin GPU portability layer that supports CUDA and ROCm
   (HIP) programming environments.
 - Added a spdlog-based logging capability.
 - Added initial support for (sequential) tensors.

Performance optimizations:

Internal features:

 - MIOpen is supported as a backend for "DNN compute kernels" in
   DistConv.
 - DistConv is supported on ROCm systems.
 - Added support for Gitlab CI.
 - Support for DaCe convolution kernels in DistConv

Build system:

 - Several updates to support ROCm 5.*.
 - Requires CMake >= 3.21.
 - Requires ROCm 5, with the latest available minor release being
   STRONGLY recommended, when targeting ROCm-based platforms. The
   current packages we need in this stack are:
     -- HIP (host)
     -- hipCUB
     -- ROCm-SMI
     -- MIOpen
     -- ROC-tracer

Bug fixes:
 - Fixed a bug in kernel selection for batchnorm gradients in the case of
   overlap/strides.

Retired features:
  • Loading branch information
bvanessen committed Nov 8, 2023
1 parent a534da9 commit 13f0598
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
========================= (Pending) Release Notes v0.X.Y =========================

API:

Performance optimizations:

Internal features:

Build system:

Bug fixes:

Retired features:

========================= Release Notes v0.3.0 =========================

API:
Expand Down

0 comments on commit 13f0598

Please sign in to comment.