From 9e3b0367cfd63f21a0519b61b6fd13e94dac1c51 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Tue, 15 Oct 2024 19:11:53 +0300 Subject: Enable WebGPU tests in CI (#5239) --- tests/compute/kernel-context-threading.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/compute/kernel-context-threading.slang') diff --git a/tests/compute/kernel-context-threading.slang b/tests/compute/kernel-context-threading.slang index 5cfb171a3..8951d38be 100644 --- a/tests/compute/kernel-context-threading.slang +++ b/tests/compute/kernel-context-threading.slang @@ -10,6 +10,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -output-using-type -xslang -matrix-layout-row-major -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -output-using-type -dx12 -xslang -matrix-layout-row-major -shaderobj //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -output-using-type -xslang -matrix-layout-row-major -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu //TEST_INPUT:cbuffer(data=[1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 10.0 20.0 30.0 1.0]):name matrixBuffer ConstantBuffer matrixBuffer; -- cgit v1.2.3