I have a CUDA c++ code.I'm doing some operations with OpenCV in this code.I compile program
nvcc file.cu -o o2 `pkg-config --libs --cflags opencv4
command.I wonder that which nvcc optimization flags would be the best ,efficient and useful ? Thanks in advance.