Update .travis.yml

This commit is contained in:
Martin Kroeker 2022-09-29 16:48:35 +02:00 committed by GitHub
parent fbcf99b25a
commit d80713141b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ matrix:
# - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32" # - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
# script: # script:
# - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE # - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
# - make -C test $COMMON_FLAGS $BTYPE # - make -C test $COMMON_FLAGS $BTYPE
# - make -C ctest $COMMON_FLAGS $BTYPE # - make -C ctest $COMMON_FLAGS $BTYPE
# - make -C utest $COMMON_FLAGS $BTYPE # - make -C utest $COMMON_FLAGS $BTYPE
# env: # env:
@ -48,7 +48,7 @@ matrix:
- #. /usr/local/conda/bin/conda shell.bash hook - #. /usr/local/conda/bin/conda shell.bash hook
- #/usr/local/conda/bin/conda init - #/usr/local/conda/bin/conda init
- #/usr/local/conda/bin/conda activate - #/usr/local/conda/bin/conda activate
- /usr/local/conda/etc/profile.d/conda.sh - . /usr/local/conda/etc/profile.d/conda.sh
- export PATH="/usr/local/conda/bin:$PATH" - export PATH="/usr/local/conda/bin:$PATH"
- cd pytorch/test - cd pytorch/test
- sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py - sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py