From 15315148e6c23deda5447ac46d67f90a8d21db81 Mon Sep 17 00:00:00 2001 From: Kanvi Khanna Date: Tue, 27 Feb 2024 16:12:31 -0800 Subject: [PATCH] update release notes --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 57e1386084af4c..8b6e151c85dd1f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -36,6 +36,8 @@ * Support for Python 3.12 has been added. * [tensorflow-tpu](https://pypi.org/project/tensorflow-tpu/) package is now available for easier TPU based installs. * TensorFlow pip packages are now built with CUDA 12.3 and cuDNN 8.9.7 +* Added experimental support for float16 auto-mixed precision using the new + AMX-FP16 instruction set on X86 CPUs. ### Bug Fixes and Other Changes