AstroBWT OpenCL code

This commit is contained in:
SChernykh
2020-03-22 22:36:21 +01:00
parent 50eb7ba2fd
commit fbedf197ab
34 changed files with 2106 additions and 6 deletions
@@ -57,6 +57,8 @@ protected:
inline const OclLaunchData &data() const override { return m_data; }
inline size_t intensity() const override { return m_intensity; }
inline size_t threadId() const override { return m_threadId; }
inline uint32_t roundSize() const override { return m_intensity; }
inline uint32_t processedHashes() const override { return m_intensity; }
size_t bufferSize() const override;
uint32_t deviceIndex() const override;