summaryrefslogtreecommitdiff
path: root/src/solvers/gpusolver.rs
AgeCommit message (Expand)Author
2020-01-15Force ocl to wait for the queue to finishDennis Kobert
2020-01-15Add better error handling instead of unwapping everythingDennis Kobert
2020-01-13Flush buffers to process the remaining jobsDennis Kobert
2020-01-13Final progress counter fixDennis Kobert
2020-01-12Fix a bug in the progress barDennis Kobert
2020-01-12Improve the hashing by not saving invalid resultsDennis Kobert
2020-01-12ParallelIterator for resultsDennis Kobert
2020-01-12Prune first stoneDennis Kobert
2020-01-12Try to not send the data backDennis Kobert
2020-01-12Fix Bug in progressbarDennis Kobert
2020-01-12Rework the generator function slightlyDennis Kobert
2020-01-12Allow to use teh iterator for resultsDennis Kobert
2020-01-12Fix borrow mustakesrefactoringDennis Kobert
2020-01-12RestructuringDennis Kobert
2020-01-07Fix global worgsize calculationDennis Kobert
2020-01-06Backport to opencl 1.2Dennis Kobert
2020-01-05Generate permutaitons and bitmasksnatrixaeria
2020-01-05Create GpuSolvernatrixaeria