OSDN Git Service

new file: Integration/Tomography/Makefile.recent
[eos/hostdependX86LINUX64.git] / util / X86MAC64 / cuda / samples / 6_Advanced / cdpLUDecomposition / readme
1 The build process results in the following warning: 
2
3 nvlink warning : Stack size for entry function '_Z15dgetrf_cdpentryP12Parameters_s' cannot be statically determined
4
5 There is some use of recursion inside the program. As a result this warning cannot be avoided because the compiler cannot determine stack size in instances of recursion.