cutCompareui is missing?

Apparently, common/inc/cutil.h in SDK 2.02.0807.1535 is missing cutCompareui (comparison for unsigned integers). That’s weird because cutWriteFileui is there…

Just so you know, cutil.h isn’t supported as part of CUDA–it’s primarily there for convenience in the SDK (to avoid replicating lots of code). I really wouldn’t rely on it too much.

Thanks, tmurray. Yes, I am aware that it’s not supported, and I’m not going to use it in the future. However, since newbies like me are recommended to adapt template code (which uses cutil.h) to their needs, problems like this may add up to the initial frustration of using CUDA.