allendaicool / thrust

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

demonstrate single-source solution for targeting both CUDA and OpenMP #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a wiki page and/or example to illustrate a single source code that
supports CUDA and OpenMP.  Specifically, the example should contain two
implementations of a method, one that calls a __global__ function and one
implemented with OpenMP, and uses CUDA_DEVICE_BACKEND to dispatch the
correct one.

Original issue reported on code.google.com by wnbell on 30 Mar 2010 at 7:40

GoogleCodeExporter commented 9 years ago
Postponing to Milestone-Release1.4

Original comment by wnbell on 3 Sep 2010 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by wnbell on 6 Feb 2011 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by wnbell on 2 Nov 2011 at 10:48

GoogleCodeExporter commented 9 years ago

Original comment by jaredhoberock on 7 Feb 2012 at 3:11