Is there a way to include all Thrust files instead of doing it individually? For example, right now I have to do the following:
#include <thrust/version.h>
#include <thrust/host_vector.h>
#include <thrust/device_vector.h>
#include <thrust/copy.h>
#include <thrust/fill.h>
#include <thrust/sequence.h>
I just want to use something like
#include <thrust.h>
Is this possible?
There is currently no <thrust/everything.h> or equivalent header, so if you want this kind of functionality, you'd need to build it yourself as Bart suggests.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With