lion03 / thrust

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

Deprecate THRUST_XXX_BACKEND #463

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We should use consistent language even for the macros for selecting host & 
device system.

Introduce new macros:

THRUST_HOST_SYSTEM
THRUST_HOST_SYSTEM_CPP
THRUST_HOST_SYSTEM_OMP
THRUST_HOST_SYSTEM_TBB

THRUST_DEVICE_SYSTEM
THRUST_DEVICE_SYSTEM_OMP
THRUST_DEVICE_SYSTEM_TBB
THRUST_DEVICE_SYSTEM_CUDA

Deprecate the old macros

Original issue reported on code.google.com by jaredhoberock on 9 Feb 2012 at 2:01

GoogleCodeExporter commented 8 years ago
We'll need to replace instances of THRUST_XXX_BACKEND with THRUST_XXX_SYSTEM on 
the wiki as well.

Original comment by jaredhoberock on 11 Feb 2012 at 1:53

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 11 Feb 2012 at 1:53

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 1e2fea48ce0a.

Original comment by jaredhoberock on 15 Feb 2012 at 10:51