From 5f0e39df63518a0cf6553b23f4c101bf208368ef Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Mon, 10 May 2021 17:53:19 -0500 Subject: [PATCH] Update README.md Remove reference to finalizer and images libs. Change-Id: Ic673da77bb13dea77b477d7bfe799fc2c028ab2a --- runtime/hsa-runtime/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/runtime/hsa-runtime/README.md b/runtime/hsa-runtime/README.md index 5d15fc806c..9eecb2c801 100644 --- a/runtime/hsa-runtime/README.md +++ b/runtime/hsa-runtime/README.md @@ -150,10 +150,7 @@ extensions are also provided. The interface functions simply forward to a function pointer table defined here. The table is initialized to point to default definitions, which simply return an appropriate error code. If available the extension library is loaded as part of runtime initialization and -the table is updated to point into the extension library. In this release the -standard extensions (image support and finalizer) are implemented in a separate -libraries (not open sourced), and can be obtained from the HSA-Runtime-AMD git -repository. +the table is updated to point into the extension library. #### C++ Interfaces Classes & Common Functions @@ -228,4 +225,4 @@ Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies. -Copyright (c) 2014-2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2014-2021 Advanced Micro Devices, Inc. All rights reserved.