Skip to content

Commit

Permalink
add missing include for rocthrust
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Masuda committed Feb 17, 2021
1 parent 684ecc3 commit 27fb5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/contrib/thrust/thrust.cu
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <thrust/sort.h>
#include <thrust/gather.h>
#include <thrust/scan.h>
#include <thrust/sequence.h>

#include <tvm/runtime/registry.h>
#include <dlpack/dlpack.h>
Expand Down

0 comments on commit 27fb5b1

Please sign in to comment.