| 162 | } |
| 163 | |
| 164 | uint64_t CudaKeySearchDevice::keysPerStep() |
| 165 | { |
| 166 | return (uint64_t)_blocks * _threads * _pointsPerThread; |
| 167 | } |
| 168 | |
| 169 | std::string CudaKeySearchDevice::getDeviceName() |
| 170 | { |
nothing calls this directly
no outgoing calls
no test coverage detected