1. 05 Oct, 2018 9 commits
  2. 04 Oct, 2018 4 commits
  3. 03 Oct, 2018 5 commits
  4. 01 Oct, 2018 4 commits
  5. 30 Sep, 2018 6 commits
  6. 26 Sep, 2018 1 commit
  7. 24 Sep, 2018 3 commits
  8. 23 Sep, 2018 2 commits
  9. 22 Sep, 2018 1 commit
  10. 21 Sep, 2018 3 commits
  11. 19 Sep, 2018 2 commits
    • psychocrypt's avatar
      NVIDIA: optimze v8 · fd27561b
      psychocrypt authored
      - fix that shared memory for fast div is always used even if an algorithm is not using it
      - optimize fast div algo
      - store `division_result` (64_bit) per thread instead of shuffle around and store it as 32bit
      fd27561b
    • psychocrypt's avatar
      NVIDIA: optimize div and sqrt · 659918f2
      psychocrypt authored
      - use optimzed div and sqrt
      - reduce memory footprint
      659918f2