asherliu / thrust

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

update cuda::arch constants and calculator #382

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See Section 4.2 of the CUDA Programming Guide [1] and the new CUDA Occupancy 
Calculator [2]

[1] 
http://developer.download.nvidia.com/compute/DevZone/docs/html/C/doc/CUDA_C_Prog
ramming_Guide.pdf
[2] 
http://developer.download.nvidia.com/compute/DevZone/docs/html/C/tools/CUDA_Occu
pancy_Calculator.xls

Original issue reported on code.google.com by wnbell on 4 Oct 2011 at 7:14

GoogleCodeExporter commented 8 years ago
I think we might be able to remove the occupancy calculator entirely and make 
decisions based on cudaFuncAttributes::maxThreadsPerBlock instead.

Moving to v1.7

Original comment by wnbell on 25 Jan 2012 at 5:06

GoogleCodeExporter commented 8 years ago
Forwarded to https://github.com/thrust/thrust/issues/50

Original comment by jaredhoberock on 7 May 2012 at 8:54