From 1a5fd1ea861de92d5b313affb554ef9aa025cbf0 Mon Sep 17 00:00:00 2001 From: Satyanvesh Dittakavi Date: Wed, 9 Aug 2023 17:37:48 +0000 Subject: [PATCH] SWDEV-395996 - Add ChangeLog for hipRTC header support Change-Id: Ibd3cae127185831f46cd704a354508d8586731bd [ROCm/clr commit: 24e1c34320a6061dadebd3ffcebad94acb9ae8dc] --- projects/clr/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/clr/CHANGELOG.md b/projects/clr/CHANGELOG.md index 542ebc6fd5..51b60d127c 100644 --- a/projects/clr/CHANGELOG.md +++ b/projects/clr/CHANGELOG.md @@ -7,7 +7,11 @@ Full documentation for HIP is available at [docs.amd.com](https://docs.amd.com/) ### Changed - HIPRTC now assumes WGP mode for gfx10+. CU mode can be enabled by passing `-mcumode` to the compile options from `hiprtcCompileProgram`. -## (Unreleased) HIP 6.0 (For ROCm 6.0) +### Added +- Added HIPRTC support for hip headers driver_types, math_functions, library_types, math_functions, hip_math_constants, channel_descriptor, device_functions, hip_complex, surface_types, texture_types. + +## HIP 6.0 (For ROCm 6.0) + ### Optimizations ### Added