diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0ebbf1f1..c5bf46cb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -392,6 +392,7 @@ IntTest: dependencies: - Build + IntTest_riscv: stage: test2 tags: @@ -471,6 +472,21 @@ IntTest_MPI_GPU: dependencies: - Build_MPI_GPU + +IntTest_Tensorflow: + stage: test2 + script: +# Already part of the Docker image +# - wget --no-verbose https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-2.4.0.tar.gz +# - mkdir tensorflow_dir && tar -C tensorflow_dir -xvzf libtensorflow-gpu-linux-x86_64-2.4.0.tar.gz + - python3 -m pip install tensorflow + - AUTOCLEAN=0 TENSORFLOW=1 TENSORFLOW_BASE=/tensorflow_dir/ CUDA=1 CUDA_LIB=lib64 GPUARCH_FLAGS="-arch sm_35 -Wno-deprecated-gpu-targets" make test + needs: [Build_Tensorflow] + dependencies: + - Build_Tensorflow + allow_failure: true + + #IntTest_LTO: # stage: test2 # script: @@ -600,7 +616,6 @@ Ubuntu_24.04: - make all -j8 - make utest -j8 - Arch_Latest: variables: DEBUG: "0"