Skip to content

Commit 6f0c38b

Browse files
authored
[SYCLomatic] Update test case thrust_partition.cu to fix dpct parse error "no member named 'find_if_not' in namespace 'thrust'" on Windows (#931)
Signed-off-by: chenwei.sun <[email protected]>
1 parent 16ba977 commit 6f0c38b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/feature_case/thrust/thrust_partition.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <thrust/device_vector.h>
1212
#include <thrust/execution_policy.h>
1313
#include <thrust/extrema.h>
14+
#include <thrust/find.h>
1415
#include <thrust/host_vector.h>
1516
#include <thrust/partition.h>
1617
#include <thrust/sort.h>

0 commit comments

Comments
 (0)