Skip to content

Commit

Permalink
workaround for data generators
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Jun 12, 2024
1 parent 26d3092 commit 6644b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/cub/agent/single_pass_scan_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ using default_reduce_by_key_delay_constructor_t =
/**
* Tile status interface.
*/
template <typename T, bool SINGLE_WORD = Traits<T>::PRIMITIVE>
template <typename T, bool SINGLE_WORD = (Traits<T>::PRIMITIVE && sizeof(T)<8)>
struct ScanTileState;

/**
Expand Down

0 comments on commit 6644b7a

Please sign in to comment.