Compare commits

...

1 Commits

Author SHA1 Message Date
cd0cee583f include thrust/distance.h explicitly
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
2025-11-10 11:21:33 +09:00

View File

@ -47,6 +47,7 @@
#include <c10/macros/Macros.h>
#include <thrust/copy.h>
#include <thrust/device_ptr.h>
#include <thrust/distance.h>
#include <thrust/for_each.h>
#include <thrust/functional.h>
#include <thrust/gather.h>