After almost 8 months, my application is done. Now I want to run it in release mode on the device, but what are the flags that I need to give nvcc to build in release mode?
I took a look at the SDK makefile here they use
-O3 and --compiler-options -fno-strict-aliasing are these all to run in release mode or are there other ways to run in release mode?
I want the best performance possible to get the highest speedup
I hope some of you can help me.
Thanks,
Jordy