“3e170163a10a1742c7b8a076aeac9c347f4fa146”上不存在“...fluid/operators/git@gitcode.net:Crayonxin2000/Paddle.git”
  • 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
test_sparseMatrixCompare.cpp 5.2 KB