wow2006 / cudpp

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

Document all members of enum CUDPPAlgorithm #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now we have:

enum CUDPPAlgorithm
{
    CUDPP_SCAN,
    CUDPP_SEGMENTED_SCAN,
    CUDPP_COMPACT,
    CUDPP_REDUCE,
    CUDPP_SORT_RADIX,        
    CUDPP_SPMVMULT,          /**< Sparse matrix-dense vector multiplication */
    CUDPP_RAND_MD5,          /**< Pseudo Random Number Generator using MD5
hash algorithm*/
    CUDPP_ALGORITHM_INVALID, /**< Placeholder at end of enum */
};

I didn't catch this in time for release1.1.

Original issue reported on code.google.com by harr...@gmail.com on 1 Jul 2009 at 8:02

GoogleCodeExporter commented 9 years ago
Related to issue 28

Original comment by harr...@gmail.com on 12 Jul 2009 at 10:00

GoogleCodeExporter commented 9 years ago
This issue was closed by r4.

Original comment by harr...@gmail.com on 14 Jul 2009 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by harr...@gmail.com on 14 Jul 2009 at 11:34