We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8301996 commit 9a04824Copy full SHA for 9a04824
3 files changed
modules/module6/examples/04_reduction_cuda.cu
@@ -29,6 +29,7 @@
29
#include <cassert>
30
#include <iomanip>
31
#include <float.h>
32
+#include <functional>
33
34
namespace cg = cooperative_groups;
35
modules/module6/examples/05_prefix_sum_cuda.cu
@@ -30,6 +30,7 @@
#include <numeric>
36
modules/module7/examples/01_sorting_cuda.cu
#include <thrust/sort.h>
#include <thrust/device_vector.h>
0 commit comments