Skip to content

Commit

Permalink
add missing #include for cuda::minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Feb 7, 2025
1 parent e972bd4 commit 335e5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nvexec/reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <thrust/device_vector.h>
#include <cub/thread/thread_operators.cuh>
#include <cuda/functional>

#include <algorithm>
#include <span>
Expand Down

0 comments on commit 335e5b0

Please sign in to comment.