From c037ee343153a2bd7b518286b113081d69d996c5 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 25 Sep 2025 23:57:09 +0000 Subject: [PATCH] Disable atomic i128 tests for now --- ptx/src/test/spirv_run/mod.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ptx/src/test/spirv_run/mod.rs b/ptx/src/test/spirv_run/mod.rs index 7ac0105..a7f1989 100644 --- a/ptx/src/test/spirv_run/mod.rs +++ b/ptx/src/test/spirv_run/mod.rs @@ -352,11 +352,12 @@ test_ptx!( [613065134u32] ); test_ptx!(param_is_addressable, [0xDEAD], [0u64]); -test_ptx!( - atomics_128, - [0xce16728dead1ceb0u64, 0xe7728e3c390b7fb7], - [0xce16728dead1ceb1u64, 0xe7728e3c390b7fb8] -); +// TODO: re-enable when we have a patched LLVM +//test_ptx!( +// atomics_128, +// [0xce16728dead1ceb0u64, 0xe7728e3c390b7fb7], +// [0xce16728dead1ceb1u64, 0xe7728e3c390b7fb8] +//); test_ptx!(assertfail); // TODO: not yet supported