1. 13 Mar, 2018 1 commit
    • psychocrypt's avatar
      fix shadowed variable · 702ab566
      psychocrypt authored
      A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
      702ab566
  2. 12 Mar, 2018 1 commit
  3. 10 Mar, 2018 1 commit
  4. 04 Mar, 2018 3 commits
  5. 03 Mar, 2018 3 commits
  6. 28 Feb, 2018 1 commit
  7. 22 Feb, 2018 1 commit
  8. 21 Feb, 2018 4 commits
  9. 19 Feb, 2018 6 commits
  10. 17 Feb, 2018 2 commits
  11. 14 Feb, 2018 1 commit
  12. 12 Feb, 2018 2 commits
  13. 11 Feb, 2018 3 commits
  14. 10 Feb, 2018 1 commit
  15. 06 Feb, 2018 1 commit
  16. 03 Feb, 2018 5 commits
  17. 02 Feb, 2018 2 commits
  18. 01 Feb, 2018 2 commits
    • Ryan's avatar
      Fix Disabling AMD GPUs · 064804bd
      Ryan authored
      The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load.
      
      This change makes AMD consistent with the others, and can now be disabled.
      064804bd
    • Steve Swinsburg's avatar
      Update FAQ.md · fc9d30b5
      Steve Swinsburg authored
      Add info about sysctl.conf so that the settings are preserved.
      fc9d30b5