SWDEV-455106 - Adding new API support in 6.2

Change-Id: I0170fc1ab2b0a988aee78489bc140434464f0a21
Этот коммит содержится в:
jujiang
2024-07-03 12:04:20 -04:00
коммит произвёл Julia Jiang
родитель 73c02041e1
Коммит 149f393991
+2
Просмотреть файл
@@ -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`.