Partial Profiling

I am using this profiler on a GPU Nvidia GK208B [GeForce GT 730]. I get the following error and no information about the memory is profiled.

==PROF== Failed to detect compute capability, assuming 50

Can anyone tell me what is the problem here and how I can resolve it?

Nsight Compute only supports Pascal (other than GP100) and later GPUs.
Please see supported architectures under

For your GeForce GT 730 (compute capability 3.5), you will have to use the a profiler from the CUDA ToolKit, like nvprof or the visual profiler.
Please see