From 20a62e872fc5cc7fe312df049072c34df578a5c4 Mon Sep 17 00:00:00 2001 From: Jacob He Date: Fri, 1 Feb 2019 09:28:33 -0500 Subject: [PATCH] 2019-2-1 update New feature and improvement * Update Vulkan Headers to 1.1.97 * Enable the extensions under development (VK_EXT_DEBUG_UTILS, VK_KHR_SHADER_FLOAT16_INT8,VK_ EXT_TRANSFORM_FEEDBACK) through the environment variable AMDVLK_ENABLE_DEVELOPING_EXT * Add proper handling of allocation failures Issue fix * Support for ECC GPR protection on Vega20 * A memory priority issue * GFX7 indirect dispatch does not work correctly when submitted to a compute queue --- default.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.xml b/default.xml index 9bbcbd9..85a8909 100644 --- a/default.xml +++ b/default.xml @@ -9,11 +9,11 @@ sync-j="8" sync-c="true" /> - - - + + + - +