From a139b533bbd72b51133a1050083eaaa2a8e65a77 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 27 Nov 2017 22:06:50 +0530 Subject: [PATCH] Added note in Release notes for texture driver APIs --- RELEASE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3987255f04..04293d69c0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,11 @@ We have attempted to document known bugs and limitations - in particular the [HI ## Revision History: +=================================================================================================== +Release: 1.5 +Date: +- HIP texture support equivalent to CUDA texture driver APIs + =================================================================================================== Release: 1.4 Date: 2017.10.06 @@ -23,7 +28,7 @@ Date: 2017.10.06 Release: 1.3 Date: 2017.08.16 - hipcc now auto-detects amdgcn arch. No need to specify the arch when building for same system. -- HIP texture support +- HIP texture support (run-time APIs) - Implemented __threadfence_support - Improvements in HIP context management logic - Bug fixes in several APIs including hipDeviceGetPCIBusId, hipEventDestroy, hipMemcpy2DAsync