From 7bcd8247dcf4cc61bfd2c5e59e7a2066bb151791 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Mon, 25 Aug 2025 08:59:19 -0500 Subject: [PATCH] [VK][Darwin] XFAIL 64-bit shuffle test SPIRV-Cross currently mis-translates 64-bit subgroup operations into Metal as invalid `simd_shuffle` operations. Tracking issue: https://github.com/KhronosGroup/SPIRV-Cross/issues/2538 --- test/WaveOps/WaveReadLaneAt.Int.64.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/WaveOps/WaveReadLaneAt.Int.64.test b/test/WaveOps/WaveReadLaneAt.Int.64.test index 12003be86..594bed815 100644 --- a/test/WaveOps/WaveReadLaneAt.Int.64.test +++ b/test/WaveOps/WaveReadLaneAt.Int.64.test @@ -97,8 +97,11 @@ DescriptorSets: ... #--- end -Tracked by https://github.com/llvm/offload-test-suite/issues/355 +# Tracked by https://github.com/llvm/offload-test-suite/issues/355 # XFAIL: Metal +# Tracked by https://github.com/KhronosGroup/SPIRV-Cross/issues/2538 +# XFAIL: Vulkan-Darwin + # REQUIRES: Int64