Posts tagged with cuda

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...

NVidia kernel module reinstall

You need to reinstall the driver every time you update your linux kernel. This is so that the nvidia kernel module is correctly created inside the appropriat...

Reload NVidia kernel module after suspend

So I was facing this problem wherein the nvidia kernel module seemed to be getting unloaded after the computer was put to sleep. This can be resolved by expl...