Add header to remove header-transitivity issue (#636)
Add header for `thrust::remove_if.` Co-authored-by: Paul T. Bauman <ptbauman@gmail.com>
This commit is contained in:
parent
1c1bf95b10
commit
e766e36e76
@ -151,6 +151,7 @@ struct hypre_device_allocator
|
||||
#include <thrust/replace.h>
|
||||
#include <thrust/sequence.h>
|
||||
#include <thrust/for_each.h>
|
||||
#include <thrust/remove.h>
|
||||
|
||||
using namespace thrust::placeholders;
|
||||
#endif // defined(HYPRE_USING_CUDA) || defined(HYPRE_USING_HIP)
|
||||
|
||||
@ -94,6 +94,7 @@
|
||||
#include <thrust/replace.h>
|
||||
#include <thrust/sequence.h>
|
||||
#include <thrust/for_each.h>
|
||||
#include <thrust/remove.h>
|
||||
|
||||
using namespace thrust::placeholders;
|
||||
#endif // defined(HYPRE_USING_CUDA) || defined(HYPRE_USING_HIP)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user