Do global memory caching compiler options work on windows?

I think this was mentioned in another forum thread. When you use those options, the cache usage modification is applied by ptxas. You won’t see the modified instructions when you look at the PTX output of nvcc because ptxas has not run yet. Compile a .cubin and use cuobjdump to see what instructions were actually generated after ptxas ran.