Skip to content

Commit

Permalink
Add prefetch to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Oct 30, 2024
1 parent da08eec commit 0f5d523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cub/test/catch2_test_device_transform.cu
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ DECLARE_TMPL_LAUNCH_WRAPPER(transform_many_with_alg_entry_point,

using algorithms =
c2h::enum_type_list<Algorithm,
Algorithm::fallback_for
Algorithm::fallback_for,
Algorithm::prefetch
#ifdef _CUB_HAS_TRANSFORM_UBLKCP
,
Algorithm::ublkcp
Expand Down

0 comments on commit 0f5d523

Please sign in to comment.