Skip to content

Commit

Permalink
Don't enable warnings as errors for ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Nov 20, 2018
1 parent 2e84299 commit 5c57ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -52,7 +52,7 @@ matrix:
env:
- COMPILER=hcc
- IMG=rocm
- CMAKE_EXTRA_FLAGS="-C ../host-configs/rocm.cmake -DCMAKE_CXX_COMPILER=/opt/rocm/bin/hcc -DENABLE_ROCM=On -DENABLE_OPENMP=Off -DENABLE_CUDA=Off -DENABLE_BENCHMARKS=Off"
- CMAKE_EXTRA_FLAGS="-C ../host-configs/rocm.cmake -DCMAKE_CXX_COMPILER=/opt/rocm/bin/hcc -DENABLE_ROCM=On -DENABLE_OPENMP=Off -DENABLE_CUDA=Off -DENABLE_BENCHMARKS=Off -DENABLE_WARNINGS_AS_ERRORS=Off"
- DO_TEST=no

script:
Expand Down

0 comments on commit 5c57ad7

Please sign in to comment.