1. 11 1月, 2018 2 次提交
  2. 28 12月, 2017 1 次提交
  3. 26 12月, 2017 5 次提交
  4. 15 12月, 2017 3 次提交
  5. 01 12月, 2017 1 次提交
    • Y
      Enable the case N != ldc in EigenBlasGemm. (#5976) · 42708ded
      Yiqun Liu 提交于
      * Enable the case N != ldc in EigenBlasGemm.
      
      * Use MemoryHandle instead of direct calling of posix_memalign to alloc temporary memory.
      
      * Use Eigen's slice() instead of a temporary memory.
      
      * Add if-else for different cases in EigenBlasGemm (for N ?= ldc).
      42708ded
  6. 14 11月, 2017 1 次提交
  7. 09 11月, 2017 1 次提交
  8. 08 11月, 2017 3 次提交
  9. 28 10月, 2017 2 次提交
  10. 27 10月, 2017 3 次提交
  11. 05 10月, 2017 2 次提交
    • Y
      Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU · 4558807c
      Yi Wang 提交于
      4558807c
    • Y
      Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` · 84500f94
      Yu Yang 提交于
      By shell command
      
      ```bash
      sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      ```
      84500f94
  12. 28 9月, 2017 1 次提交
  13. 13 9月, 2017 1 次提交
  14. 12 9月, 2017 1 次提交
  15. 07 9月, 2017 3 次提交
  16. 04 9月, 2017 1 次提交
  17. 01 9月, 2017 2 次提交
  18. 31 8月, 2017 5 次提交
  19. 28 8月, 2017 2 次提交