1. 06 Nov, 2018 1 commit
  2. 29 Oct, 2018 1 commit
    • Rob Earhart's avatar
      Add PlaidML backend (#1888) · f0acb7da
      Rob Earhart authored
      * Add PlaidML backend
      
      * CR comments
      
      Used m_ prefix for members; removed trailing underscores
      Updated license headers
      Moved associated header inclusions to project blocks
      Wrapped comments to 100 chars
      Added missing newlines between functions
      Removed nested namespaces in operation implementations
      
      * Add earhart to CODEOWNERS
      
      * Rebase updates
      
      * style
      f0acb7da
  3. 23 Oct, 2018 1 commit
    • Sandeep's avatar
      hybrid at core (#1821) · 2e88d948
      Sandeep authored
      * skeleton backend
      
      * Code owner from if conditioning
      
      * add simple placement for interpreter and register pass in hybrid
      
      * placement policy applied
      
      * clone the function if needed
      
      * split the function
      
      * Compile subfunctions in corresponding backends
      
      * hybrid backed works as is for abc test
      
      * cleanup
      
      * add placement policy for CPU
      
      * cleanup a little
      
      * add simple op cost method to backend
      
      * enable CPU pass via flag
      
      * address clang-format PR issue
      
      * reslove build
      
      * clean-up
      
      * update manifest
      
      * disable HYBRID as default build
      
      * style
      
      * addressing offline discussion
      
      * more offline discussion
      2e88d948
  4. 02 Oct, 2018 1 commit
  5. 01 Oct, 2018 1 commit
    • Adam Procter's avatar
      Add CODEOWNERS file (#1659) · f81917b1
      Adam Procter authored
      * Add CODEOWNERS file (will have no effect until enabled in GitHub settings)
      
      * Review comments, and fix a username
      
      * Tabs -> spaces
      
      * Review comments
      
      * /maint/ to @cconvey
      
      * /maint/ back to @diyessi by default
      f81917b1