Skip to content

Commit f10e60e

Browse files
committed
[Comgr] Update release notes with missing V3 features
1 parent f1e0d3a commit f10e60e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

amd/comgr/docs/ReleaseNotes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ code bases.
1818

1919
New Features
2020
------------
21+
- Added a Comgr Caching infrastructure, currently covering the following
22+
behaviors:
23+
- caching unbundling of compressed clang offload bundles
24+
- caching SPIR-V to LLVM IR translations
25+
- caching clang driver invocations
26+
More information about the Comgr Caching infrastructure and how to use it can
27+
be found in amd/comgr/README.md.
2128

2229
Bug Fixes
2330
---------
@@ -44,6 +51,9 @@ Comgr Testing, Debugging, and Logging Updates
4451
---------------------------------------------
4552
- Removed HIP\_PATH and ROCM\_PATH environment variables. These were used for
4653
now-removed Comgr actions, such as \*COMPILE\_SOURCE\_TO\_FATBIN.
54+
- Added a new Comgr LIT testing infrastrucutre, which can be found in
55+
amd/comgr/test-lit. This will allow us to write more in-depth and targeted
56+
tests.
4757

4858
New Targets
4959
-----------

0 commit comments

Comments
 (0)