From 004fe27a52b7952111ad7e749397aeff499de7ed Mon Sep 17 00:00:00 2001 From: skallweitNV <64953474+skallweitNV@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:28:16 +0200 Subject: Metal compute tests (#4292) --- tests/bugs/mutating/buffer-write-dce.slang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/bugs/mutating/buffer-write-dce.slang') diff --git a/tests/bugs/mutating/buffer-write-dce.slang b/tests/bugs/mutating/buffer-write-dce.slang index c784531d3..a2c44b291 100644 --- a/tests/bugs/mutating/buffer-write-dce.slang +++ b/tests/bugs/mutating/buffer-write-dce.slang @@ -1,4 +1,5 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl // Confirm that calling a mutating method to write to a buffer location doesn't // get DCE'd. @@ -25,4 +26,4 @@ void computeMain(int3 dispatchThreadID : SV_DispatchThreadID) { int tid = dispatchThreadID.x; writeOutput(tid); -} \ No newline at end of file +} -- cgit v1.2.3