From 43df1da01463beb53d1483d152f55c6c48feb9c4 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Thu, 7 Nov 2024 12:49:23 +0200 Subject: Enable a bunch of WGPU tests (#5513) This closes issue #5505. --- tests/compute/constant-buffer-memory-packing.slang | 2 ++ 1 file changed, 2 insertions(+) (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 fb7a78fc1..edcc0babd 100644 --- a/tests/compute/constant-buffer-memory-packing.slang +++ b/tests/compute/constant-buffer-memory-packing.slang @@ -9,6 +9,8 @@ //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_EX:-wgpu + // CPP/CUDA due to natural layout rules will recieve the following ROW matrix: // {1,2,3} // {0,4,5} -- cgit v1.2.3