changes to imbalance weight factors
This commit is contained in:
@ -20,9 +20,8 @@ namespace Suffix {
|
||||
static const int NONE = 0;
|
||||
static const int OPT = 1<<0;
|
||||
static const int GPU = 1<<1;
|
||||
static const int CUDA = 1<<2;
|
||||
static const int OMP = 1<<3;
|
||||
static const int INTEL = 1<<4;
|
||||
static const int OMP = 1<<2;
|
||||
static const int INTEL = 1<<3;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user