lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

move system/cuda_error.h to system/cuda/error.h #436

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
system/cuda_error.h should be #deprecated and simply #include 
<thrust/system/cuda/error.h>

Original issue reported on code.google.com by jaredhoberock on 23 Jan 2012 at 11:14

GoogleCodeExporter commented 8 years ago
the identifiers should also be deprecated, if possible
if not, make them aliases for thrust::system::cuda::error

Original comment by jaredhoberock on 23 Jan 2012 at 11:14

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 9d272d18fc81.

Original comment by jaredhoberock on 28 Jan 2012 at 12:39