1. 19 Jul, 2019 9 commits
  2. 18 Jul, 2019 6 commits
  3. 17 Jul, 2019 12 commits
  4. 16 Jul, 2019 10 commits
  5. 15 Jul, 2019 3 commits
    • Adam Procter's avatar
      Split up type_prop.cpp (#3210) · 579e44b8
      Adam Procter authored
      * Start splitting type_prop.cpp (just a few for now, to get feedback on general pattern)
      
      * Split out some more type_prop stuff
      
      * A bunch more
      
      * Move one test out of type_prop into build_graph
      
      * Split Reverse from ReverseSequence (oops), and fix a typo I noticed in dyn_reshape.cpp
      
      * fix EOF newline
      
      * Style.
      
      * Add newline at eof.
      579e44b8
    • Amy Zhuang's avatar
      Change compiler action to EmitLLVMOnly. (#3127) · 306d284a
      Amy Zhuang authored
      Wait until performance counter data is set to release function for CODEGEN.
      306d284a
    • Sang Ik Lee's avatar
      Add Gelu OP (#3181) · e51582a9
      Sang Ik Lee authored
      *  Add Gelu OP.
      
      * CPU backend: Enable Erf UTs
      
      * Add UT.
      
      * Address review comment.
      e51582a9