Rework 'cn-pico/tlo' support
This commit is contained in:
parent
b80ac8cdd1
commit
9ae7fdb5ac
5 changed files with 24 additions and 41 deletions
|
@ -100,8 +100,12 @@ 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) &&
|
||||
generate("cn-pico/tlo", threads, Algorithm::CN_PICO_TLO, devices);
|
||||
size_t count = 0;
|
||||
|
||||
count += generate("cn-pico", threads, Algorithm::CN_PICO_0, devices);
|
||||
count += generate("cn-pico/tlo", threads, Algorithm::CN_PICO_TLO, devices);
|
||||
|
||||
return count;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue