1. 17 Oct, 2019 4 commits
    • [PATCH] Fix undefined __floatdihf in libtvmruntime.so on aarch64. (#4119) · cf046972
      Arm architecture provides optional FP16 floating point support in two alternative formats, IEEE and an an alternative Arm format.
      
      The ACLE (Arm C Language Extension) defined preprocessor symbol __ARM_FP16_FORMAT_IEEE can be used to distinguish between implementations providing IEEE and the Arm alternative format, but cannot, on its own, be used to determined if FP16 HW support is actually present.
      
      Testing this preprocessor symbol can lead to undefined __floatdihf at runtime on an aarch64 target where no FP16 HW is present.
      
      The relevant preprocessor symbol to determine whether FP16 HW support is present in the target is __ARM_FEATURE_FP16_SCALAR_ARITHMETIC, this symbol implies  __ARM_FP16_FORMAT_IEEE.
      
      The relevant preprocessor symbols are defined by the ACLE standard, section 5.5.21 16-bit floating-point data processing operations, https://static.docs.arm.com/101028/0008/Q2-ACLE_2019Q2_release-0008.pdf
      lhutton1 committed
    • [DOCKER] Pin torchvision==0.4.1 (#4140) · a8a98317
      The existing sequence of pip install commands fetches and installs
      torch==1.0.1.post2 then fetches an unpinned version of torchvision,
      recent torchvision packages hardwire the specific torch version they
      depend on, the overall effect is that we install a pinned torch
      version then replace it with whatever version the torchvision package
      depends on.
      
      The most recent torchvision==0.4.1 package results in some test case
      failures.
      
      This patch pins torchvision back to 0.4.0, the most recent version
      that the test suite worked.  Removing the explicit torch install
      because it is implied and pinned as dependency of torchvision.
      
      Change-Id: Ib30bf6aed79ff130ea15ef5134fefb0508790574
      Marcus Shawcroft committed
    • [TOPI][x86] Cascade lake support. (#4123) · 972f019c
      * [TOPI][x86] Cascade lake support.
      
      * Jenkins test debug 1.
      
      * Testing cascade lake alone.
      Animesh Jain committed
    • [Relay] Improve build error when no lowered funcs are produced (#4132) · 3185e4ad
      * Improve build error when no lowered funcs
      
      * Switch from fatal to warning
      Logan Weber committed
  2. 16 Oct, 2019 5 commits
  3. 15 Oct, 2019 5 commits
  4. 14 Oct, 2019 4 commits
  5. 13 Oct, 2019 2 commits
  6. 12 Oct, 2019 1 commit
  7. 11 Oct, 2019 6 commits
  8. 10 Oct, 2019 9 commits
  9. 09 Oct, 2019 4 commits