dylanyunlon 35e85dbc67 fix(verify): remove duplicate TC-22~30 test definitions — CCCL test_then.cu audit
CCCL cudax/test/execution/test_then.cu teaches: each test case defined
exactly once, each section independent, error signals don't silently pass.

verify_functional.py had 9 functions defined twice. Python silently
overwrites the first definition with the second. The second ALL_TESTS.extend
also added duplicate entries causing tests to run twice.

Removed the entire duplicate block. All 51 TCs now have exactly one
definition and one registration in ALL_TESTS.
2026-08-07 06:36:12 +00:00
2026-07-30 17:03:23 +08:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%