From e1c3c4ae39b27cf378e7217d111b9a92e298b7ce Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Fri, 1 Nov 2024 15:18:54 +0200 Subject: Update Slang-RHI again to get more WGPU fixes (#5475) This fixes a teardown crash, and a buffer usage mismatch issue during bind group creation. These Slang-RHI fixes allow several WGPU tests to be enabled: - tests/compute/column-major.slang - tests/compute/constant-buffer-memory-packing.slang - tests/compute/matrix-layout.hlsl - tests/compute/non-square-column-major.slang - tests/compute/row-major.slang - tests/hlsl/packoffset.slang This helps to address issue #5222. --- tests/compute/constant-buffer-memory-packing.slang | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/compute/constant-buffer-memory-packing.slang') diff --git a/tests/compute/constant-buffer-memory-packing.slang b/tests/compute/constant-buffer-memory-packing.slang index 93d4331fd..fb7a78fc1 100644 --- a/tests/compute/constant-buffer-memory-packing.slang +++ b/tests/compute/constant-buffer-memory-packing.slang @@ -9,8 +9,6 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-vk -compute //TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-mtl -compute -//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu - // CPP/CUDA due to natural layout rules will recieve the following ROW matrix: // {1,2,3} // {0,4,5} -- cgit v1.2.3