AstroBWT CUDA support
This commit is contained in:
parent
f19b2f7248
commit
7f01c5c6f3
13 changed files with 214 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue