Skip to content

Commit

Permalink
[ci] Enable CPU backend on Travis (pytorch#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmaher authored Jan 30, 2019
1 parent 8b38c39 commit 6b10261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
install:
- mkdir build && cd build
- CC=gcc-4.8 CXX=g++-4.8 cmake -G Ninja
-DCMAKE_BUILD_TYPE=Debug -DGLOW_WITH_OPENCL=OFF -DGLOW_WITH_CPU=OFF
-DCMAKE_BUILD_TYPE=Debug -DGLOW_WITH_OPENCL=OFF -DGLOW_WITH_CPU=ON
-DCMAKE_PREFIX_PATH=/usr/lib/llvm-6.0/include/
-DCMAKE_CXX_FLAGS=-Werror
-DGLOW_USE_COVERAGE=ON
Expand Down

0 comments on commit 6b10261

Please sign in to comment.