個別に行うのではなく、すべてのThrustファイルを含める方法はありますか?たとえば、今私は次のことをしなければなりません:
#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>
私はただのようなものを使いたい
#include <thrust.h>
これは可能ですか?