Skip to content
Snippets Groups Projects
  1. Nov 13, 2017
  2. Nov 12, 2017
  3. Nov 11, 2017
  4. Nov 09, 2017
  5. Nov 08, 2017
  6. Nov 07, 2017
    • eqy's avatar
      remove minimum 32-bit restriction (#621) · 08e4d085
      eqy authored
      Change minimum 32-bit restriction for floating point types to 8-bit.
      This change is to enable reduced precision types that may use vector operations underneath the hood (cases #lanes > 1 such as half4).
      08e4d085
  7. Nov 06, 2017
  8. Nov 03, 2017
  9. Nov 02, 2017
  10. Nov 01, 2017
  11. Oct 30, 2017
  12. Oct 27, 2017
  13. Oct 26, 2017
  14. Oct 25, 2017
  15. Oct 24, 2017
  16. Oct 23, 2017
  17. Oct 22, 2017
  18. Oct 20, 2017
  19. Oct 19, 2017
    • Wei Chen's avatar
      [PYTHON] Improve equality wrapper (#567) · ab858e3f
      Wei Chen authored
      use `object.__eq__`(default object identity comparison) as default
      implementation of same_as. This should be OK since `EqualOp` and
      `NotEqualOp` are pure Python object, `object.__eq__` is sufficient.
      ab858e3f
  20. Oct 17, 2017
  21. Oct 16, 2017
Loading