Skip to content

Commit 13f0598

Browse files
committed
========================= Release Notes v0.3.0 =========================
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:
1 parent a534da9 commit 13f0598

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ReleaseNotes.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
========================= (Pending) Release Notes v0.X.Y =========================
2+
3+
API:
4+
5+
Performance optimizations:
6+
7+
Internal features:
8+
9+
Build system:
10+
11+
Bug fixes:
12+
13+
Retired features:
14+
115
========================= Release Notes v0.3.0 =========================
216

317
API:

0 commit comments

Comments
 (0)