cutGetMaxGflopsDeviceId

it looks like cutGetMaxGflopsDeviceId will work incorrect for fermi.
it calculates gflops as: max_gflops = device_properties.multiProcessorCount * device_properties.clockRate;
actually this comparison is legal only if number of cores in SM is equal and that’s true only for G80 and GT200.
does anyone know whether this function is rewritten in 3.0?