1. 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
  2. 28 9月, 2017 1 次提交
  3. 23 9月, 2017 3 次提交
  4. 13 9月, 2017 2 次提交
  5. 11 9月, 2017 2 次提交
  6. 07 9月, 2017 1 次提交
  7. 31 8月, 2017 2 次提交
  8. 14 8月, 2017 2 次提交
    • L
      Fix macro !defined(PADDLE_ONLY_CPU) · 9038b849
      liaogang 提交于
      9038b849
    • Y
      remove detail from LODTensor (#3364) · 1ee633d1
      Yan Chunwei 提交于
      * remove SliceCopied
      
      * remove SliceCopied
      
      * rename SliceShared to SliceLevels, SliceInLevel
      
      * merge lod_tensor/details
      
      * remove lod_start_pos_'s shared_ptr
      
      * make lod-tensor a special tensor
      
      * add clone to lod_tensor
      
      * add lod tensor impl
      
      * add lodtensor clone test
      
      * init lod
      
      * add equal
      
      * merge LOD and its methods
      
      * recover tensor and variable
      
      * change thrust to host_vector
      1ee633d1
  9. 09 8月, 2017 1 次提交