1. 30 Jan, 2019 5 commits
  2. 29 Jan, 2019 1 commit
  3. 25 Jan, 2019 4 commits
  4. 09 Jan, 2019 1 commit
  5. 29 Dec, 2018 3 commits
    • psychocrypt's avatar
      OpenCl: avoid multiple map lookups · 0643f601
      psychocrypt authored
      Avoid that we do multiple lookups to `std::map` to find the OpenCL
      kernel binaries.
      0643f601
    • psychocrypt's avatar
      improve POW algorithm selection · 758dbfb1
      psychocrypt authored
      - add helper method `GetAllAlgorithms()` to get all active POW
      algorithms
      - select max scratchpad memory size based on the dev pool and user
      algorithms
      758dbfb1
    • psychocrypt's avatar
      OpenCL: allow more than two algorithms · a39ee088
      psychocrypt authored
      In the current implementation the POW algorithm in dev pool section of a
      currency will not be taken into account during the binary creation.
      This PR changes the behavior and allow to create binaries for more than two POW algorihms.
      a39ee088
  6. 19 Dec, 2018 3 commits
  7. 09 Dec, 2018 3 commits
  8. 07 Dec, 2018 2 commits
  9. 06 Dec, 2018 2 commits
  10. 04 Dec, 2018 1 commit
  11. 03 Dec, 2018 9 commits
  12. 02 Dec, 2018 6 commits