Skip to content

Commit 88df2b8

Browse files
committed
Updated cub link
1 parent 0da3308 commit 88df2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • posts/parallel_reduction_with_shfl

posts/parallel_reduction_with_shfl/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "device_reduce_warp_atomic.h"
55
#include "device_reduce_stable.h"
66
#include "vector_functions.h"
7-
#include "cub/cub.cuh"
7+
#include "cub/cub/cub.cuh"
88

99
#define cudaCheckError() { \
1010
cudaError_t e=cudaGetLastError(); \

0 commit comments

Comments
 (0)