Skip to content

Commit 69193da

Browse files
authored
[SYCLomatic][NFC] Fix a lit test case by adding a include statement (#2682)
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent b538cd8 commit 69193da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clang/test/dpct/thrust-algo-supplement.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <thrust/device_vector.h>
1010
#include <thrust/execution_policy.h>
1111
#include <thrust/host_vector.h>
12+
#include <thrust/scan.h>
1213

1314
template<typename index_t>
1415
void embedding_dense_backward_cuda_scan() {

0 commit comments

Comments
 (0)