Commit Graph

9 Commits

Author SHA1 Message Date
aegroto 24becbe1a2 forced opencl 1.1 2017-09-12 10:37:29 +02:00
psychocrypt 7d176e7d2f add missing include
add include `math.h`
2017-05-15 21:00:59 +02:00
fireice-uk ef114a1cd3 Merge pull request #13 from psychocrypt/fix-kernelStartRestrictionNotFulfilled
fix `global_worker_size` calculation
2017-04-09 21:27:04 +01:00
psychocrypt a111e01218 add OpenCl 1.2 support
guard unknown defined from OpenCl 2.X
2017-04-07 10:01:43 +02:00
psychocrypt d676a22a34 fix condition
`global_worker_size` needs to be a multiple of `local_worker_size`, this is not always the case in the current code.
Remove the bit magic with a easy to read `ceil`.
2017-04-03 21:43:49 +02:00
fireice-uk 0b3d9f5bf1 Proper display of build errors 2017-03-21 18:21:43 +00:00
fireice-uk 463573d612 Minor fixes 2017-02-14 18:55:29 +00:00
fireice-uk ea5c2dfb13 Release v1.0.0-1.1.0 2017-01-23 20:00:33 +00:00
fireice-uk f5b60562e8 First! 2017-01-21 11:46:45 +00:00