1. 12 10月, 2017 1 次提交
  2. 10 10月, 2017 1 次提交
  3. 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
  4. 23 9月, 2017 1 次提交
    • Y
      Remove `numel` field in tensor · a0ce05df
      Yu Yang 提交于
      * It is duplicated with `dim_`. We can use `dim_` to calculate `numel`
        everytime. It does not cost too much.
      * `numel` is not initialized by constructor. Also, `numel` is hard to
        synchronize with `dim_`.
      
      So just remove it.
      a0ce05df
  5. 13 9月, 2017 3 次提交
  6. 12 9月, 2017 1 次提交
  7. 07 9月, 2017 2 次提交
  8. 06 9月, 2017 3 次提交
  9. 05 9月, 2017 1 次提交
    • F
      WIP · e76fa85c
      fengjiayi 提交于
      e76fa85c
  10. 31 8月, 2017 1 次提交
  11. 10 8月, 2017 2 次提交
  12. 08 8月, 2017 1 次提交
    • Y
      fix some enforce (#3301) · 2af35002
      Yan Chunwei 提交于
      * fix some enforce
      
      * remove compatible_type to avoid compile error
      
      * remove shared_ptr
      
      * fix tensor error msg
      2af35002
  13. 03 8月, 2017 1 次提交
  14. 31 7月, 2017 2 次提交
  15. 28 7月, 2017 2 次提交
  16. 25 7月, 2017 2 次提交