AstroBWT CUDA support

This commit is contained in:
SChernykh
2020-04-04 11:05:44 +02:00
parent 48a8608e4a
commit e793dd3be2
13 changed files with 214 additions and 7 deletions

View File

@@ -50,6 +50,8 @@ protected:
bool init() override;
bool set(const Job &job, uint8_t *blob) override;
size_t intensity() const override;
size_t roundSize() const override { return intensity(); }
size_t processedHashes() const override { return intensity(); }
protected:
bool callWrapper(bool result) const;