Skip to content

Commit

Permalink
Disable using of Intel MKL-DNN
Browse files Browse the repository at this point in the history
The new MXNet release enables Intel MKL-DNN by default. Because we don't
use this functionality we disable it for now. But this decision should
be revisited, especially considering that we may want to be close to
MXNet's default build configuration.
  • Loading branch information
jens-mueller-sociomantic committed Apr 17, 2019
1 parent 63ad839 commit fe8cc05
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 @@ -17,7 +17,7 @@ env:
install: beaver install

script:
- beaver make USE_BLAS=openblas USE_OPENCV=0
- beaver make USE_BLAS=openblas USE_OPENCV=0 USE_MKLDNN=0
- BEAVER_DOCKER_VARS="F" beaver run ./build-tsunami-package

deploy:
Expand Down

0 comments on commit fe8cc05

Please sign in to comment.