1. 05 Mar, 2019 1 commit
    • Jason Swails's avatar
      Enable docker for GPU builds · a150d570
      Jason Swails authored
      I finally got nvidia-docker2 installed and actually working on my Gentoo
      machine (I had to disable their restriction of using GPU devices to
      users in the 'video' group, since the nvidia container runtime hook
      didn't run as a user with those privileges, and I can't figure out what
      user it was running as).
      
      The other GPU-enabled node I added to the Jenkins array runs Ubuntu, and
      that one already has nvidia-docker2 installed and running correctly on
      it.
      a150d570
  2. 02 Mar, 2019 1 commit
  3. 27 Feb, 2019 1 commit
  4. 26 Feb, 2019 5 commits
  5. 22 Feb, 2019 2 commits
  6. 21 Feb, 2019 1 commit
  7. 20 Feb, 2019 2 commits
  8. 19 Feb, 2019 6 commits
  9. 18 Feb, 2019 1 commit
  10. 11 Feb, 2019 2 commits
  11. 09 Feb, 2019 1 commit
  12. 07 Feb, 2019 1 commit
  13. 06 Feb, 2019 1 commit
  14. 30 Jan, 2019 1 commit
  15. 23 Jan, 2019 2 commits
  16. 22 Jan, 2019 2 commits
  17. 17 Jan, 2019 1 commit
  18. 08 Jan, 2019 2 commits
  19. 21 Dec, 2018 2 commits
  20. 20 Dec, 2018 2 commits
    • peastman's avatar
      6f44f338
    • Jason Swails's avatar
      Improve vec3 (#2230) · 4eb893cf
      Jason Swails authored
      * Improve vec3
      
      * Added a ``__neg__`` operator overload so that -Vec3(1, 2, 3) returns
        the same thing as Vec3(-1, -2, -3)
      * Derived Vec3 from namedtuple instead of tuple. This allows you to
        access the 3 elements of the vector by name. i.e., vec.x, vec.y, vec.z
      
      * Make sure we use floating point division all the time.
      4eb893cf
  21. 18 Dec, 2018 2 commits
  22. 10 Dec, 2018 1 commit