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

Commit

Permalink
Update integral header
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Aug 18, 2021
1 parent e131e9d commit 4201a91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cub/cub.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#include "device/device_reduce.cuh"
#include "device/device_run_length_encode.cuh"
#include "device/device_scan.cuh"
#include "device/device_segmented_sort.cuh"
#include "device/device_segmented_radix_sort.cuh"
#include "device/device_segmented_reduce.cuh"
#include "device/device_select.cuh"
Expand All @@ -76,8 +77,12 @@
#include "thread/thread_store.cuh"

// Warp
#include "warp/warp_exchange.cuh"
#include "warp/warp_load.cuh"
#include "warp/warp_merge_sort.cuh"
#include "warp/warp_reduce.cuh"
#include "warp/warp_scan.cuh"
#include "warp/warp_store.cuh"

// Iterator
#include "iterator/arg_index_input_iterator.cuh"
Expand Down

0 comments on commit 4201a91

Please sign in to comment.