Posts tagged with constant-memory

cudaMemcpyToSymbol issues

When using cudaMemcpyToSymbol, you can directly use the name of the variable you are transferring data to. In fact, this is the only way it seems to work. va...