1. 08 Oct, 2019 2 commits
    • Robert Kimball's avatar
      36f5ab7a
    • Scott Cyphers's avatar
      Cyphers/lastwarns (#3640) (#3673) · b7d8c78b
      Scott Cyphers authored
      * Cyphers/lastwarns (#3640)
      
      * Build changes for -Wall
      
      * Use properties
      
      * Remove no-zero-as-null-pointer-constant
      
      * add ##__VAR_ARGS__ workaround
      
      * enable gnu-zero-variadic-macro-arguments warning
      
      * fix gnu-zero-variadic-macro-arguments
      
      * use PrintToDummyParamName
      
      * remove ##__VA_ARGS__ workaround
      
      * fix ##__VA_ARGS__ and enable gnu-zero-variadic-macro-arguments
      
      * handle windows build
      
      * use alternative fix to support VS compiler
      
      * fix merge issue
      
      * remove variadic macros from kernel_selectors
      
      * replace remaining ##__VA_ARGS__
      
      * fix missing braces
      
      * Remove some clang warnings
      
      * Warnings cleanup
      b7d8c78b
  2. 07 Oct, 2019 5 commits
  3. 05 Oct, 2019 2 commits
  4. 04 Oct, 2019 4 commits
  5. 03 Oct, 2019 4 commits
  6. 02 Oct, 2019 3 commits
  7. 01 Oct, 2019 8 commits
  8. 30 Sep, 2019 5 commits
  9. 29 Sep, 2019 1 commit
    • Sang Ik Lee's avatar
      LayerNorm (#3678) · 385770d8
      Sang Ik Lee authored
      * LayerNorm (#3630)
      
      * Constructors.
      
      Type prop.
      
      Decompose LayerNorm.
      
      Add serialize.
      
      * Add dummy test case.
      
      * Add dummy type prop test.
      
      * Fix some build errors.
      
      * Remove build errors.
      
      * Update decompose for bprop.
      
      * Change begin_norm_axis default value to 1.
      
      * Style.
      
      * Reorder class members.
      
      * Add actual type prop tests.
      
      * Add fprop test.
      
      * Working on bprop test.
      
      * Bprop tests.
      
      * Allow flattened scale and bias.
      
      * Add support for flattened scale and bias.
      
      * Fix incorrect type_name.
      
      * PlaidML: Decompose fused_op LayerNorm
      
      * Update Backprop constructors.
      
      * PlaidML: Add missing header file.
      
      * Remove doc about removed param.
      
      * Fix type prop tests.
      
      * PlaidML: Disable unit test.
      
      * Fix stats flattening axes bug.
      
      * Upgrade description to type_info.
      385770d8
  10. 28 Sep, 2019 4 commits
    • Diego Caballero's avatar
      Change ownership of MLIR LIT tests directory (#3671) · 40eb9587
      Diego Caballero authored
      Aligned with contrib/mlir directory ownership. This prevents
      that Scott is added as reviewer by default.
      40eb9587
    • Diego Caballero's avatar
      [MLIR] Enable nGraph dialect in ngraph-opt (#3657) · 9db8f874
      Diego Caballero authored
      * [MLIR] Add support for parsing nGraph tensor type
      
      Initial commit that enables nGraph parsing. It's needed for testing.
      
      * [MLIR] Enable nGraph dialect in ngraph-opt
      
      This PR registers nGraph dialect in ngraph-opt and prepares
      nGraph lowering pass for LIT testing, fixing all the related issues.
      Among other things, lowering pass has to be turned into a function pass,
      dead argument in constructor was removed and `convert-ngraph-to-affine`
      flag was added.
      
      * Fix issue with function name and multiple functions
      
      * Extend module_function.mlir lit test
      
      * Improve module_function.mlir test
      
      Remove ngraph to affine dialect conversion since we just need to verify
      that we can parse and print modules and functions.
      Add verification for parsing the printed code.
      
      * [MLIR] Add support for parsing nGraph element types (#3665)
      
      * [MLIR] Add support for parsing nGraph element types
      
      It introduces initial support for parsing nGraph signed/unsigned
      integer and floating point data types.
      
      * Improve LIT tests
      
      Test parsing and printing of types separately from lowering to affine
      since these tests will evolve differently, particularly for tensor
      types.
      
      * Missed file
      
      I left this file behind in the previous commit
      9db8f874
    • Jayaram Bobba's avatar
      Smaller set of constant folding kernels (#3653) · 68f6110c
      Jayaram Bobba authored
      * Instantiate only valid cases for binary op constant folding kernels
      
      * removed unused parameter
      68f6110c
    • Leona C's avatar
      Theme updates for nGraph theme in Sphinx (#3597) · deb4baef
      Leona C authored
      * latest PlaidML-GPU updates for 0.26
      
      * More theme updates
      
      * Cleaner theme to match site
      
      * Update ngraph_theme
      
      * Update Release Notes page for 0.26
      
      * update theme WIP
      
      * Update theme w/feedback
      
      * Add top navigation menu
      
      * more theme customization and cleanup
      
      * Refine more details on new ngraph theme
      
      * Refine some xsys font-kerning
      
      * Theme updates
      
      * Add latest release notes
      
      * Update HE transformer doc
      
      * Fix rendering
      
      * Resolve doc build warnings
      
      * Add doc versions
      
      * test code removed
      
      * remove test code
      deb4baef
  11. 27 Sep, 2019 2 commits