From 1975687a7e1bf130bb90f02501014367b1639718 Mon Sep 17 00:00:00 2001 From: jujiang Date: Wed, 3 Jul 2024 12:04:20 -0400 Subject: [PATCH] SWDEV-455106 - Adding new API support in 6.2 Change-Id: I0170fc1ab2b0a988aee78489bc140434464f0a21 [ROCm/clr commit: 149f3939918944286b56c57b40b9119a9c2ba8ad] --- projects/clr/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/clr/CHANGELOG.md b/projects/clr/CHANGELOG.md index f4b661f6ee..cd8714e394 100644 --- a/projects/clr/CHANGELOG.md +++ b/projects/clr/CHANGELOG.md @@ -13,6 +13,8 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs - `hipGetProcAddress` returns the pointer to driver function, corresponding to the defined driver function symbol. - `hipGetFuncBySymbol` returns the pointer to device entry function that matches entry function symbolPtr. - `hipStreamBeginCaptureToGraph` begins graph capture on a stream to an existing graph. + - `hipGraphInstantiateWithParams` creates an executable graph from a graph. + - Added a new flag `integrated` support in device property The `integrated` flag is added in the struct `hipDeviceProp_t`.