1. 08 Mar, 2018 2 commits
    • Robert Kimball's avatar
      61fa9d55
    • Chris Sullivan's avatar
      GPU op::Result implementation (#611) · 905cafd2
      Chris Sullivan authored
      * Added GPU emitter for op::Result.
      For now it simply copies the output tensor.
      
      All but 3 tests now pass. The remaining
      failing tests are:
      * GPU.dot_0_0
      * GPU.dot_matrix_2x0_0x2
      * GPU.dot_2x0_0
      
      * Removed call to handle memory aliasing in gpu_external_function.
      
      * fix gpu emitter bug that will return in the middle of function
      
      * Merge pull request #609 from NervanaSystems/tfl/fix_return_bug
      
      fix gpu emitter bug that will return in the middle of function
      
      * GPU backend skips added for recent softmax test and updated aliased output test that uses op::Constant.
      905cafd2
  2. 07 Mar, 2018 5 commits
  3. 06 Mar, 2018 13 commits
  4. 05 Mar, 2018 9 commits
  5. 04 Mar, 2018 1 commit
  6. 03 Mar, 2018 2 commits
  7. 02 Mar, 2018 8 commits