Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 3691562

Browse files
authored
Merge pull request #431 from allisonvacanti/fix_test_comments
Update incorrect comments in test_block_radix_sort.
2 parents 5c5e5d3 + 335055f commit 3691562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_block_radix_sort.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ void Test()
488488

489489
Int2Type<(sizeof(typename BlockRadixSortT::TempStorage) <= 48 * 1024)> fits_smem_capacity;
490490

491-
// Sort-ascending, to-striped
491+
// Sort-descending, to-striped
492492
TestValid<BLOCK_THREADS, ITEMS_PER_THREAD, RADIX_BITS, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, true, false, Key, Value>(fits_smem_capacity);
493493

494-
// Sort-descending, to-blocked
494+
// Sort-ascending, to-blocked
495495
TestValid<BLOCK_THREADS, ITEMS_PER_THREAD, RADIX_BITS, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, false, true, Key, Value>(fits_smem_capacity);
496496

497497
// Not necessary

0 commit comments

Comments
 (0)