Gamaru / clutil

Automatically exported from code.google.com/p/clutil
0 stars 0 forks source link

Consistent API naming convention #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Most functions use clUtil::foo as there naming scheme via making them static 
members of the clUtil class, but some use clUtilFoo, namely the two error 
functions, and one uses clUtil_foo, namely clUtil_enqueueKernel. This is 
because the library originated from a large amalgamation of feature creeps, 
some of which cannot use the clUtil:: naming scheme. Change them all to use the 
clUtilFoo convention, which is more consistent with OpenCL.

Original issue reported on code.google.com by rick.web...@gmail.com on 20 Dec 2010 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by rick.web...@gmail.com on 22 Dec 2010 at 1:18