SWDEV-418291 - Add changelog for bfloat16 types

HIP now has bfloat16 types via amd_hip_bf16.h in hipamd, hip_bf16.h in
hip folder.

Change-Id: Ic4d227936c5013e4b5d577725b8f55bebdc15499
Этот коммит содержится в:
Jatin Chaudhary
2023-11-15 21:55:32 +00:00
коммит произвёл Maneesh Gupta
родитель 370ff6ea3e
Коммит 43c811bdd2
+2
Просмотреть файл
@@ -54,6 +54,8 @@ In HIP, more members are added in the struct hipDeviceProp_t, as properties to i
- unsigned int luidDeviceNodeMask;
Note: HIP supports LUID only on Windows OS.
- Added `amd_hip_bf16.h` which adds `bfloat16` type. These definitions are accessible via `#include <hip/hip_bf16.h>`
This header exists alongside the older bfloat16 header in`amd_hip_bfloat16.h` which is included via `hip/hip_bfloat16.h`. Users are recommended to use `<hip/hip_bf16.h>` instead of `<hip/hip_bfloat16.h>`.
### Changed
- Some OpenGL Interop HIP APIs are moved from the hip_runtime_api header to a new header file hip_gl_interop.h for the AMD platform, as following,