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

Commit

Permalink
Updated perf spreadsheet
Browse files Browse the repository at this point in the history
Updated sm10 configs

Former-commit-id: efad2c5
  • Loading branch information
dumerrill committed Feb 24, 2014
1 parent 14b2396 commit 975b2f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cub/device/device_scan.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct DeviceScanDispatch
LOAD_DEFAULT,
BLOCK_STORE_WARP_TRANSPOSE,
true,
BLOCK_SCAN_RAKING>
BLOCK_SCAN_WARP_SCANS>
ScanRegionPolicy;
};

Expand Down
6 changes: 3 additions & 3 deletions cub/device/device_select.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,17 @@ struct DeviceSelectDispatch
struct Policy100
{
enum {
NOMINAL_4B_ITEMS_PER_THREAD = 7,
NOMINAL_4B_ITEMS_PER_THREAD = 9,
ITEMS_PER_THREAD = CUB_MIN(NOMINAL_4B_ITEMS_PER_THREAD, CUB_MAX(1, (NOMINAL_4B_ITEMS_PER_THREAD * 4 / sizeof(T)))),
};

typedef BlockSelectRegionPolicy<
128,
256,
ITEMS_PER_THREAD,
BLOCK_LOAD_WARP_TRANSPOSE,
LOAD_DEFAULT,
true,
BLOCK_SCAN_RAKING>
BLOCK_SCAN_RAKING_MEMOIZE>
SelectRegionPolicy;
};

Expand Down
2 changes: 1 addition & 1 deletion docs/device_perf.xls.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
04e6d55192654d43e94c99252d7ddbda07feac1b
4d0e21376e7cfc0245fddb0965c5ff443c791076

0 comments on commit 975b2f1

Please sign in to comment.