Skip to content

Commit 9eac8ec

Browse files
committed
Hotfix: thrust::gather requires #include <thrust/gather.h> now
1 parent dc6dbd1 commit 9eac8ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PyHEADTAIL/gpu/thrust_code.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <thrust/gather.h>
12
#include <thrust/sort.h>
23
#include <thrust/binary_search.h>
34
#include <thrust/device_vector.h>

0 commit comments

Comments
 (0)