From e9d0b404bf3c8762bd19144e67fb9ba3f9bfa13e Mon Sep 17 00:00:00 2001 From: Jacob He Date: Tue, 9 Jan 2018 16:58:10 +0800 Subject: [PATCH] Update Readme: Minor change of install instruction and features. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 526a69b..6603fb7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The AMD Open Source Driver for Vulkan is designed to support the following featu * Built-in debug and profiling tools * Mid-command buffer preemption and SR-IOV virtualization -The following features and improvements are planned in future releases: +The following features and improvements are planned in future releases (Please refer to [Release Notes](https://github.com/GPUOpen-Drivers/AMDVLK/wiki/Release-notes) for update of each release): * Upcoming versions of the Vulkan API * Hardware performance counter collection through [RenderDoc](https://renderdoc.org/) * LLPC optimizations to improve GPU-limited performance and compile time @@ -160,10 +160,12 @@ make -j$(nproc) ### Install Vulkan SDK Refer to installation instructions [here](http://support.amd.com/en-us/kb-articles/Pages/Install-LunarG-Vulkan-SDK.aspx). -### Remove Previous Installed JSON Files +### Uninstall Previously Installed JSON Files +Please make sure all JSON files for AMD GPUs under below folders are uninstalled: + ``` -sudo rm /etc/vulkan/icd.d/* -sudo rm /usr/share/vulkan/icd.d/* +/etc/vulkan/icd.d +/usr/share/vulkan/icd.d ``` ### Copy Driver and JSON Files