1. 04 Feb, 2019 1 commit
    • psychocrypt's avatar
      fix missing algorithm name · 970c9528
      psychocrypt authored
      During the implementation of `cryptonight_gpu` we missed to add the name
      of the algorithm to jpsock.
      
      - add function to translate an algorithm into a name.
      970c9528
  2. 02 Feb, 2019 2 commits
  3. 01 Feb, 2019 10 commits
  4. 30 Jan, 2019 5 commits
  5. 29 Jan, 2019 1 commit
  6. 25 Jan, 2019 4 commits
  7. 09 Jan, 2019 1 commit
  8. 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
  9. 19 Dec, 2018 3 commits
  10. 09 Dec, 2018 3 commits
  11. 07 Dec, 2018 2 commits
  12. 06 Dec, 2018 2 commits
  13. 04 Dec, 2018 1 commit
  14. 03 Dec, 2018 2 commits