I was trying to compile a program like:
#include <thrust/host_vector.h>
int main(){
return 0;
}
With g++ and I get:
./thrust/detail/config/host_device.h:27:26: error: host_defines.h: No such file
or directory
Is it supposed to e possible to use host_vector inside pure c++ programs?
Am I supposed to define host_defines.h myself?
Original issue reported on code.google.com by filipe.c...@gmail.com on 27 Feb 2011 at 6:40
Original issue reported on code.google.com by
filipe.c...@gmail.com
on 27 Feb 2011 at 6:40