1. 23 Jul, 2019 1 commit
    • Rob Earhart's avatar
      PlaidML RPATH fixes (#3286) · 607445a4
      Rob Earhart authored
      * Added rpath setting for PlaidML backend
      
      * Fix colons
      
      * Separate build and install rpath
      
      * Explicitly set target properties
      607445a4
  2. 22 Jul, 2019 12 commits
  3. 20 Jul, 2019 6 commits
  4. 19 Jul, 2019 13 commits
  5. 18 Jul, 2019 6 commits
  6. 17 Jul, 2019 2 commits
    • Diego Caballero's avatar
      [MLIR] Add llvm.noalias attribute to nGraph func args (#3232) · ac8e22d9
      Diego Caballero authored
      Aliasing prevents vectorization and other optimizations in LLVM (dot2d,
      for example). I found that LLVM dialect contemplates the possibility of
      previous dialects adding llvm.noalias attribute to function arguments so
      that the NoAlias attribute is generated in LLVM-IR. This should be good for
      now although we should discuss how to model this in Standard dialect and co.
      ac8e22d9
    • Diego Caballero's avatar
      [WIP] Fix unreachable warnings in constant_folding.cpp (#3146) · 0973ed90
      Diego Caballero authored
      * [WIP] Fix unreachable warnings in constant_folding.cpp
      
      * Introduce NGRAPH_UNREACHABLE macro and silent unreachable warnings
      
      * Fix typo and add missing NGRAPH_UNREACHABLE
      0973ed90