Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
111 views

I am currently attempting to use the thrust::remove function on a thrust::device_vector of structs in my main function as shown bellow: #include <iostream> #include <thrust/device_vector.h>...
AowynB's user avatar
  • 33