Writing output files from CUDA devices
问题 I am a newbie in CUDA programming and in the process of re-writing a C code into a parallelized CUDA new code. Is there a way to write output data files directly from the device without bothering copying arrays from device to host? I assume if cuPrintf exists, there must be away to write a cuFprintf? Sorry, if the answer has already been given in a previous topic, I can't seem to find it... Thanks! 回答1: The short answer is, no there is not. cuPrintf and the built-in printf support in Fermi