index
:
babel.git
bitset
evil_hacks
master
refactoring
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
solvers
/
gpusolver.rs
Age
Commit message (
Collapse
)
Author
2020-01-15
Force ocl to wait for the queue to finish
Dennis Kobert
2020-01-15
Add better error handling instead of unwapping everything
Dennis Kobert
2020-01-13
Flush buffers to process the remaining jobs
Dennis Kobert
2020-01-13
Final progress counter fix
Dennis Kobert
2020-01-12
Fix a bug in the progress bar
Dennis Kobert
2020-01-12
Improve the hashing by not saving invalid results
Dennis Kobert
2020-01-12
ParallelIterator for results
Dennis Kobert
2020-01-12
Prune first stone
Dennis Kobert
2020-01-12
Try to not send the data back
Dennis Kobert
2020-01-12
Fix Bug in progressbar
Dennis Kobert
2020-01-12
Rework the generator function slightly
Dennis Kobert
2020-01-12
Allow to use teh iterator for results
Dennis Kobert
2020-01-12
Fix borrow mustakes
refactoring
Dennis Kobert
2020-01-12
Restructuring
Dennis Kobert
2020-01-07
Fix global worgsize calculation
Dennis Kobert
2020-01-06
Backport to opencl 1.2
Dennis Kobert
2020-01-05
Generate permutaitons and bitmasks
natrixaeria
2020-01-05
Create GpuSolver
natrixaeria