From ae799578729c9852c11921fb313251907021b6d4 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:10:58 -0700 Subject: [PATCH] Merge spirv-header and tools for OpExtInstWithForwardRefsKHR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to use "OpExtInstWithForwardRefsKHR", the following submodules are updated by merging the recent commits. external/spirv-header: > commit 2acb319af38d43be3ea76bfabf3998e5281d8d12 > Author: Kévin Petit kevin.petit@arm.com > Date: Wed Jun 12 16:41:14 2024 +0100 > SPV_ARM_cooperative_matrix_layouts (#433) external/spirv-tools: > commit ce46482db7ab3ea9c52fce832d27ca40b14f8e87 > Author: Nathan Gauër brioche@google.com > Date: Thu Jun 6 12:17:51 2024 +0200 > Add KHR suffix to OpExtInstWithForwardRef opcode. (#5704) > The KHR suffix was missing from the published SPIR-V extension. > This is now fixed, but requires some patches in SPIRV-Tools. --- external/spirv-headers | 2 +- external/spirv-tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/spirv-headers b/external/spirv-headers index 8b246ff..2acb319 160000 --- a/external/spirv-headers +++ b/external/spirv-headers @@ -1 +1 @@ -Subproject commit 8b246ff75c6615ba4532fe4fde20f1be090c3764 +Subproject commit 2acb319af38d43be3ea76bfabf3998e5281d8d12 diff --git a/external/spirv-tools b/external/spirv-tools index 443486f..7f12387 160000 --- a/external/spirv-tools +++ b/external/spirv-tools @@ -1 +1 @@ -Subproject commit 443486f88b4c25a06a3ce67b44a7acde7e93168e +Subproject commit 7f12387fa6f1ef14774fc700dbf2dca97e0ed1a9