wow2006 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Investigate compile time #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Compile time continues to get longer as we add more functionality.  CUDA is 
really slow at 
compiling template functions with multiple parameters, and we use a lot. There 
are something like 
384 different scan kernels, for example, and a similar number for segscan. 

How can we reduce this code explosion?  Can we give feedback to the CUDA 
compiler team? (Emu 
mode compiles WAY faster for example).

Original issue reported on code.google.com by harr...@gmail.com on 25 Jun 2009 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by harr...@gmail.com on 6 Jul 2011 at 2:36