Vulkan 1.1.72 Released With Three New Extensions

Written by Michael Larabel in Vulkan on 6 April 2018 at 06:03 AM EDT. 2 Comments
VULKAN
Vulkan 1.1.72 is now available, which for simple terms is really "Vulkan 1.1.2" except for the patch number having not been reset when Vulkan 1.1 was launched last month.

Vulkan 1.1.72 has several documentation fixes and other corrections/clarifications. But of course what has most of our interest are three new extensions. The new extensions are VK_AMD_shader_core_properties, VK_NV_shader_subgroup_partitioned, and VK_EXT_descriptor_indexing.

VK_AMD_shader_core_properties - This allows exposing properties of a target physical device pertaining to the shader core. This can reveal information like the number of shader engines, compute units per shader array, SIMDs per compute unit, threads per wavefront, available SGPRs, and other properties.

VK_NV_shader_subgroup_partitioned - A new class of sub-group operations via the GLSL and SPIR-V extensions.

VK_EXT_descriptor_indexing - The VK_EXT_descriptor_indexing extension allows software to create large descriptor sets comprised of all their resources and select those resources via dynamic indexes in a shader.

The latest Vulkan specification as always is available from Khronos.org.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week