Implemented CUDA config generation.

This commit is contained in:
XMRig
2019-10-26 03:12:55 +07:00
parent d1d8e07d98
commit b1d4aa2711
16 changed files with 208 additions and 42 deletions

View File

@@ -46,7 +46,7 @@ public:
CudaDevice() = delete;
CudaDevice(const CudaDevice &other) = delete;
CudaDevice(CudaDevice &&other) noexcept;
CudaDevice(uint32_t index);
CudaDevice(uint32_t index, int32_t bfactor, int32_t bsleep);
~CudaDevice();
size_t freeMemSize() const;