1. 14 Feb, 2019 1 commit
  2. 11 Feb, 2019 6 commits
  3. 10 Feb, 2019 16 commits
  4. 09 Feb, 2019 3 commits
  5. 08 Feb, 2019 3 commits
  6. 07 Feb, 2019 9 commits
  7. 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