1. 11 Feb, 2019 1 commit
    • psychocrypt's avatar
      OpenCl: fix blockchain driver support · 3f1cea0f
      psychocrypt authored
      The OpenCl version of the blockchain driver is not understanding if
      apointer to a pointer points into shared memory and throw an error
      during the compilation.
      
      - revert the usage of the struct to group all shared memory arrays
      3f1cea0f
  2. 10 Feb, 2019 10 commits
  3. 09 Feb, 2019 3 commits
  4. 08 Feb, 2019 3 commits
  5. 07 Feb, 2019 9 commits
  6. 06 Feb, 2019 2 commits
    • psychocrypt's avatar
      OpenCl: use user defined unroll in cn_gpu · 7008cbe1
      psychocrypt authored
      - use the user defined unroll
      - auto suggestion:
        - only tune for cn_gpu if this is the main user
      currency (after a fork)
        - set unroll to 1 for cn_gpu
      7008cbe1
    • psychocrypt's avatar
      OpenCL: fix invalid work group size · ff92f4f2
      psychocrypt authored
      OpenCl kernel using a larger work group size than configured by the
      user to increase the occupancy. Depending on the algorithm and device
      the size is limited.
      
      This PR fixes that the user was able to select a invalid work group size.
      ff92f4f2
  7. 04 Feb, 2019 6 commits
  8. 03 Feb, 2019 3 commits
  9. 02 Feb, 2019 3 commits