CUDA constant memory symbols
问题 I am using CUDA 5.0 and I have modules which are compiled separately. I would like to access the same value in the constant memory from all modules. The problem is the following, when I define the symbol in each module the linker claims that the symbol has been redefined. Is there a workaround or a solution for this problem? Thank you for helping. 回答1: In CUDA separate compilation mode, there is a true linker, and every symbol which is linked into the final device binary payload much be