Add 'cn-pico/tlo' algorithm support
This commit is contained in:
parent
73d959a259
commit
584f8f1a09
13 changed files with 88 additions and 14 deletions
|
@ -100,7 +100,8 @@ size_t inline generate<Algorithm::CN_HEAVY>(Threads<OclThreads> &threads, const
|
|||
template<>
|
||||
size_t inline generate<Algorithm::CN_PICO>(Threads<OclThreads> &threads, const std::vector<OclDevice> &devices)
|
||||
{
|
||||
return generate("cn-pico", threads, Algorithm::CN_PICO_0, devices);
|
||||
return generate("cn-pico", threads, Algorithm::CN_PICO_0, devices) &&
|
||||
generate("cn-pico/tlo", threads, Algorithm::CN_PICO_TLO, devices);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue