You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs
6
6
7
7
### Added
8
8
9
+
* New HIP APIs
10
+
-`hipLaunchKernelEx` dispatches the provided kernel with the given launch configuration and forwards the kernel arguments.
11
+
-`hipLaunchKernelExC` launches a HIP kernel using a generic function pointer and the specified configuration.
12
+
-`hipDrvLaunchKernelEx` dispatches the device kernel represented by a HIP function object
9
13
* New support for Open Compute Project (OCP) floating-point `FP4`/`FP6`/`FP8` as the following. For details, see [Low precision floating point document](https://rocm.docs.amd.com/projects/HIP/en/latest/reference/low_fp_types.html).
10
14
- Data types for `FP4`/`FP6`/`FP8`.
11
15
- HIP APIs for `FP4`/`FP6`/`FP8`, which are compatible with corresponding CUDA APIs.
@@ -35,7 +39,6 @@ HIP runtime has the following functional improvements which greatly improve runt
35
39
36
40
* Error of "unable to find modules" in HIP clean up for code object module.
0 commit comments