1. 18 Nov, 2016 1 commit
  2. 21 May, 2016 1 commit
    • Tomoaki Teshima's avatar
      add feature to convert FP32(float) to FP16(half) · b2ad7cd9
      Tomoaki Teshima authored
        * check compiler support
        * check HW support before executing
        * add test doing round trip conversion from / to FP32
        * treat array correctly if size is not multiple of 4
        * add declaration to prevent warning
        * make it possible to enable fp16 on 32bit ARM
        * let the conversion possible on non-supported HW, too.
        * add test using both HW and SW implementation
      b2ad7cd9
  3. 01 Apr, 2016 1 commit
  4. 07 Mar, 2016 1 commit
  5. 07 Dec, 2015 1 commit
  6. 13 Oct, 2015 1 commit
  7. 21 Sep, 2015 1 commit
  8. 21 Jul, 2015 1 commit
  9. 27 Feb, 2015 1 commit
  10. 26 Feb, 2015 1 commit
  11. 12 Jan, 2015 4 commits
  12. 04 Jan, 2015 1 commit
  13. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  14. 09 Jul, 2014 1 commit
  15. 06 Jun, 2014 1 commit
  16. 09 Apr, 2014 1 commit
  17. 08 Apr, 2014 1 commit
  18. 23 Feb, 2014 1 commit
  19. 18 Dec, 2013 1 commit
  20. 15 Oct, 2013 1 commit
  21. 24 Jun, 2013 1 commit
  22. 19 Jun, 2013 1 commit
  23. 18 Jun, 2013 2 commits
  24. 12 May, 2013 1 commit
  25. 16 Apr, 2013 1 commit
  26. 01 Apr, 2013 2 commits
  27. 21 Feb, 2013 1 commit
  28. 28 Jun, 2012 2 commits
  29. 22 Jun, 2012 1 commit
  30. 20 Jun, 2012 1 commit
  31. 15 Jun, 2012 1 commit
  32. 07 Jun, 2012 1 commit
  33. 30 Apr, 2012 1 commit
  34. 23 Apr, 2012 1 commit