From 31af70c31c8bdfc9e95dece982b4a9b1087f28db Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 14 Nov 2025 11:46:49 -0700 Subject: [PATCH 1/3] Updated the change log * Note that the hipify patch has been removed and points to derobins/HIPIFY repo * Note that batch & async API calls are unsupported --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 729dbaf8..df07231d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,8 @@ ### Changed ### Removed +* The hipify patch was removed. You can get hipify with hipFile support at https://github.com/derobins/HIPIFY/tree/hipFile. ### Known issues +* The batch API calls are not supported +* The async API calls are not supported From c11fa026a65059dd9f5ba780508379d039f52b67 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 14 Nov 2025 11:50:44 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df07231d..23bfe6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,5 +9,5 @@ * The hipify patch was removed. You can get hipify with hipFile support at https://github.com/derobins/HIPIFY/tree/hipFile. ### Known issues -* The batch API calls are not supported -* The async API calls are not supported +* The batch API calls are not supported w/ a rocFile backend +* The async API calls are not supported w/ a rocFile backend From 14de6e61026a1c907f2d961229858c0577909503 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 14 Nov 2025 11:52:01 -0700 Subject: [PATCH 3/3] Add limitations section --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bfe6f7..d21d283f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Removed * The hipify patch was removed. You can get hipify with hipFile support at https://github.com/derobins/HIPIFY/tree/hipFile. -### Known issues +### Limitations * The batch API calls are not supported w/ a rocFile backend * The async API calls are not supported w/ a rocFile backend + +### Known issues