Skip to content

Commit b7be11f

Browse files
authored
Merge pull request NVIDIA#1232 from NVIDIA/bug/test/async_reduce
Avoid "statement is unreachable" compile errors in async_reduce.cu test
2 parents 96a7e7b + 40e6a9c commit b7be11f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/async_reduce.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,7 @@ struct test_async_reduce_allocator_on_then_after
973973
);
974974

975975
KNOWN_FAILURE;
976+
#if 0
976977
// FIXME: The below fails because you can't combine allocator attachment,
977978
// `.on`, and `.after`.
978979
// The `#if 0` can be removed once the KNOWN_FAILURE is resolved.

0 commit comments

Comments
 (0)