Added support for new CUDA plugin API.
This commit is contained in:
parent
838996a0fc
commit
123c7ab140
3 changed files with 34 additions and 18 deletions
|
@ -107,11 +107,6 @@ const char *Algorithm::kKAWPOW_RVN = "kawpow";
|
|||
#define ALGO_ALIAS_AUTO(ALGO) { Algorithm::k##ALGO, Algorithm::ALGO }
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
|
||||
static const std::map<uint32_t, const char *> kAlgorithmNames = {
|
||||
ALGO_NAME(CN_0),
|
||||
ALGO_NAME(CN_1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue