| Step | Arguments | | Status |
|---|
| Start of Pipeline - (6 hr 0 min in block) | | | |
| withEnv - (6 hr 0 min in block) | CCACHE_CPP2, CCACHE_DIR, CCACHE_MAXSIZE | | |
| withEnv block - (6 hr 0 min in block) | | | |
| timeout - (6 hr 0 min in block) | | | |
| timeout block - (6 hr 0 min in block) | | | |
| stage - (1 min 9 sec in block) | Clang-Format | | |
| stage block (Clang-Format) - (1 min 9 sec in block) | | | |
| node - (1 min 9 sec in block) | nvidia-docker || docker | | |
| node block - (1 min 9 sec in block) | | | |
| checkout - (7.9 sec in self) | | | |
| withEnv - (1 min 1 sec in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (1 min 1 sec in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (20 ms in self) | scripts/docker/Dockerfile.clang | | |
| sh - (0.33 sec in self) | docker build -t 01e97671541b936dbf1a693e7e3d262467fd9ec5 -f "scripts/docker/Dockerfile.clang" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (1 min 0 sec in block) | | | |
| withDockerContainer block - (57 sec in block) | | | |
| sh - (57 sec in self) | ./scripts/docker/check_format_cpp.sh | | |
| stage - (2 hr 2 min in block) | Build-1 | | |
| stage block (Build-1) - (2 hr 2 min in block) | | | |
| parallel - (2 hr 2 min in block) | | | |
| parallel block (Branch: C++20-Modules-Clang-19) - (3 ms in block) | | | |
| stage - (1 hr 34 min in block) | C++20-Modules-Clang-19 | | |
| stage block (C++20-Modules-Clang-19) - (1 hr 34 min in block) | | | |
| node - (1 hr 34 min in block) | docker | | |
| node block - (28 min in block) | | | |
| checkout - (33 sec in self) | | | |
| withEnv - (28 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (28 min in block) | | | |
| isUnix - (8 ms in self) | | | |
| readFile - (24 ms in self) | scripts/docker/Dockerfile.modules | | |
| sh - (0.84 sec in self) | docker build -t 512dc99d4c13372644e89b3f401451ed745cd48c -f "scripts/docker/Dockerfile.modules" "scripts/docker" | | |
| isUnix - (9 ms in self) | | | |
| withEnv - (0.33 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.29 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (28 min in block) | | | |
| withDockerContainer block - (28 min in block) | | | |
| sh - (28 min in self) | rm -rf build && cmake -B build -GNinja -DCMAKE_CXX_COMPILER=clang++-19 -DCMAKE_CXX_FLAGS="-Werror" -DCMAKE_CXX_STANDARD=20 -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_EXPERIMENTAL_CXX20_MODULES=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_SERIAL=ON && cmake --build build --target install -j 8 && ctest --test-dir build --no-compress-output -T Test --verbose | | |
| xunit - (71 ms in self) | | | |
| parallel block (Branch: GCC-8.4.0) - (2 ms in block) | | | |
| stage - (2 hr 2 min in block) | GCC-8.4.0 | | |
| stage block (GCC-8.4.0) - (2 hr 2 min in block) | | | |
| node - (2 hr 2 min in block) | docker | | |
| node block - (28 min in block) | | | |
| checkout - (1 sec in self) | | | |
| withEnv - (27 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (27 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (21 ms in self) | scripts/docker/Dockerfile.gcc | | |
| sh - (0.53 sec in self) | docker build -t fceb40d8c4f2b3d28be13ea22b440616f62eae4e -f "scripts/docker/Dockerfile.gcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (27 min in block) | | | |
| withDockerContainer block - (27 min in block) | | | |
| withEnv - (27 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PROC_BIND, OMP_NESTED, OMP_NUM_THREADS | | |
| withEnv block - (27 min in block) | | | |
| sh - (27 min in self) | rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_LIBQUADMATH=ON -DKokkos_ENABLE_SERIAL=ON .. && make -j8 && ctest --no-compress-output -T Test --verbose && gcc -I$PWD/../core/src/ ../core/unit_test/tools/TestCInterface.c | | |
| xunit - (0.1 sec in self) | | | |
| parallel block (Branch: HIP-ROCm-5.7-CXX20) - (2 ms in block) | | | |
| stage - (33 min in block) | HIP-ROCm-5.7-CXX20 | | |
| stage block (HIP-ROCm-5.7-CXX20) - (33 min in block) | | | |
| node - (33 min in block) | rocm-docker | | |
| node block - (33 min in block) | | | |
| checkout - (6.3 sec in self) | | | |
| withEnv - (33 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (33 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (23 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.84 sec in self) | docker build -t ded93dadc34bb56659c40adc3d810157917c3fa4 --build-arg BASE=rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (33 min in block) | | | |
| withDockerContainer block - (33 min in block) | | | |
| sh - (0.27 sec in self) | ccache --zero-stats | | |
| sh - (33 min in self) | rm -rf build && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS="-Werror -Wno-unused-command-line-argument" -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. && make -j16 && ctest --no-compress-output -T Test --verbose | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (60 ms in self) | | | |
| parallel block (Branch: CUDA-11.0-NVCC-RDC) - (36 min in block) | | | |
| stage - (36 min in block) | CUDA-11.0-NVCC-RDC | | |
| stage block (CUDA-11.0-NVCC-RDC) - (36 min in block) | | | |
| node - (36 min in block) | nvidia-docker && (volta || ampere) | | |
| node block - (36 min in block) | | | |
| checkout - (0.88 sec in self) | | | |
| withEnv - (36 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (36 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (25 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.3 sec in self) | docker build -t bd159a9b81e8580be741c3f2b915ea3d54dc72bd --build-arg BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 --build-arg ADDITIONAL_PACKAGES="g++-8 gfortran clang" --build-arg CMAKE_VERSION=3.17.3 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (12 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (36 min in block) | | | |
| withDockerContainer block - (36 min in block) | | | |
| withEnv - (36 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, NVCC_WRAPPER_DEFAULT_COMPILER, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (36 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (36 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (0.1 sec in self) | | | |
| stage - (3 hr 56 min in block) | Build-2 | | |
| stage block (Build-2) - (3 hr 56 min in block) | | | |
| parallel - (3 hr 56 min in block) | | | |
| parallel block (Branch: OPENACC-NVHPC-CUDA-12.2) - (2 ms in block) | | | |
| stage - (38 min in block) | OPENACC-NVHPC-CUDA-12.2 | | |
| stage block (OPENACC-NVHPC-CUDA-12.2) - (38 min in block) | | | |
| node - (38 min in block) | nvidia-docker && volta && large_images | | |
| node block - (27 min in block) | | | |
| checkout - (21 sec in self) | | | |
| withEnv - (26 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (26 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (29 ms in self) | scripts/docker/Dockerfile.nvhpc | | |
| sh - (0.28 sec in self) | docker build -t 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 -f "scripts/docker/Dockerfile.nvhpc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (26 min in block) | | | |
| withDockerContainer block - (26 min in block) | | | |
| withEnv - (26 min in block) | NVHPC_CUDA_HOME | | |
| withEnv block - (26 min in block) | | | |
| sh - (26 min in self) | rm -rf build && mkdir -p build && cd build && /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. && make -j8 && ctest --no-compress-output -T Test --verbose | | |
| xunit - (92 ms in self) | | | |
| parallel block (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER) - (2 ms in block) | | | |
| stage - (2 hr 5 min in block) | CUDA-12.2-NVHPC-AS-HOST-COMPILER | | |
| stage block (CUDA-12.2-NVHPC-AS-HOST-COMPILER) - (2 hr 5 min in block) | | | |
| node - (2 hr 5 min in block) | nvidia-docker && large_images && volta | | |
| node block - (1 hr 26 min in block) | | | |
| checkout - (36 ms in self) | | | |
| isUnix - (9 ms in self) | | | |
| readFile - (27 ms in self) | scripts/docker/Dockerfile.nvhpc | | |
| sh - (0.28 sec in self) | docker build -t 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 -f "scripts/docker/Dockerfile.nvhpc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (1 hr 26 min in block) | | | |
| withDockerContainer block - (1 hr 26 min in block) | | | |
| withEnv - (1 hr 26 min in block) | OMP_MAX_ACTIVE_LEVELS, NVHPC_CUDA_HOME, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (1 hr 26 min in block) | | | |
| sh - (1 hr 26 min in self) | rm -rf build && mkdir -p build && cd build && /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS="-Werror --diag_suppress=implicit_return_from_non_void_function" -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_OPENMP=ON .. && make -j8 && ctest --no-compress-output -T Test --verbose | | |
| xunit - (0.12 sec in self) | | | |
| parallel block (Branch: SYCL-OneAPI) - (1 ms in block) | | | |
| stage - (47 min in block) | SYCL-OneAPI | | |
| stage block (SYCL-OneAPI) - (47 min in block) | | | |
| node - (47 min in block) | nvidia-docker && ampere | | |
| node block - (47 min in block) | | | |
| checkout - (3.8 sec in self) | | | |
| withEnv - (47 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (47 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (26 ms in self) | scripts/docker/Dockerfile.sycl | | |
| sh - (0.55 sec in self) | docker build -t ee226f080cc8bb8de6fed771837ae1b4a7f68e61 -f "scripts/docker/Dockerfile.sycl" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (47 min in block) | | | |
| withDockerContainer block - (47 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (47 min in self) | | | |
| sh - (0.34 sec in self) | ccache --show-stats | | |
| xunit - (86 ms in self) | | | |
| parallel block (Branch: HIP-ROCm-5.3) - (2 ms in block) | | | |
| stage - (35 min in block) | HIP-ROCm-5.3 | | |
| stage block (HIP-ROCm-5.3) - (35 min in block) | | | |
| node - (35 min in block) | rocm-docker | | |
| node block - (35 min in block) | | | |
| checkout - (18 sec in self) | | | |
| withEnv - (35 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (35 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (25 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.28 sec in self) | docker build -t 551476018fbd4751527047b960163e578e6e30ed --build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (35 min in block) | | | |
| withDockerContainer block - (35 min in block) | | | |
| withEnv - (35 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (35 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (0.28 sec in self) | echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig | | |
| sh - (35 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (79 ms in self) | | | |
| parallel block (Branch: HIP-ROCm-6.2-amdclang-CXX20) - (1 ms in block) | | | |
| stage - (43 min in block) | HIP-ROCm-6.2-amdclang-CXX20 | | |
| stage block (HIP-ROCm-6.2-amdclang-CXX20) - (43 min in block) | | | |
| node - (43 min in block) | rocm-docker | | |
| node block - (43 min in block) | | | |
| checkout - (15 sec in self) | | | |
| withEnv - (43 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (43 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (26 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.27 sec in self) | docker build -t 60ad1c8bd396b3a43fe31e2eff56979fa07521f8 --build-arg BASE=rocm/dev-ubuntu-24.04:6.2-complete@sha256:c7049ac3ae8516c7b230deec6dc6dd678a0b3f7215d5a7f7fe2f2b71880b62f8 --build-arg ADDITIONAL_PACKAGES="clang-tidy" -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.29 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (43 min in block) | | | |
| withDockerContainer block - (43 min in block) | | | |
| withEnv - (43 min in block) | GTEST_FILTER | | |
| withEnv block - (43 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (43 min in self) | | | |
| sh - (0.29 sec in self) | ccache --show-stats | | |
| xunit - (82 ms in self) | | | |
| parallel block (Branch: OPENMPTARGET-Clang) - (2 ms in block) | | | |
| stage - (3 hr 56 min in block) | OPENMPTARGET-Clang | | |
| stage block (OPENMPTARGET-Clang) - (3 hr 56 min in block) | | | |
| node - (3 hr 56 min in block) | nvidia-docker && volta | | |
| node block - (3 hr 17 min in block) | | | |
| checkout - (34 ms in self) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (26 ms in self) | scripts/docker/Dockerfile.openmptarget | | |
| sh - (0.55 sec in self) | docker build -t 0ff19562b16aaebb65d4b66d233539d33930075e -f "scripts/docker/Dockerfile.openmptarget" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.36 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.31 sec in block) | | | |
| sh - (0.29 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (3 hr 17 min in block) | | | |
| withDockerContainer block - (3 hr 17 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (3 hr 17 min in self) | rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="-Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed" -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 .. && make -j8 && ctest --no-compress-output -T Test --verbose | | |
| sh - (52 ms in self) | ccache --show-stats | | |
| parallel block (Branch: CUDA-11.8-Clang-15) - (2 ms in block) | | | |
| stage - (46 min in block) | CUDA-11.8-Clang-15 | | |
| stage block (CUDA-11.8-Clang-15) - (46 min in block) | | | |
| node - (46 min in block) | nvidia-docker && volta | | |
| node block - (0.1 sec in block) | | | |
| checkout - (45 ms in self) | | | |
| isUnix - (14 ms in self) | | | |
| readFile - (23 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| parallel block (Branch: CUDA-12.5.1-Clang-17-RDC) - (1 ms in block) | | | |
| stage - (46 min in block) | CUDA-12.5.1-Clang-17-RDC | | |
| stage block (CUDA-12.5.1-Clang-17-RDC) - (46 min in block) | | | |
| node - (46 min in block) | nvidia-docker && volta | | |
| node block - (0.12 sec in block) | | | |
| checkout - (22 ms in self) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (31 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| parallel block (Branch: CUDA-13.0-NVCC-DEBUG) - (2 ms in block) | | | |
| stage - (2 hr 7 min in block) | CUDA-13.0-NVCC-DEBUG | | |
| stage block (CUDA-13.0-NVCC-DEBUG) - (2 hr 7 min in block) | | | |
| node - (2 hr 7 min in block) | nvidia-docker && ampere && cuda-13-driver | | |
| node block - (0.15 sec in block) | | | |
| checkout - (49 ms in self) | | | |
| isUnix - (11 ms in self) | | | |
| readFile - (33 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| parallel block (Branch: CUDA-11.7-NVCC) - (46 min in block) | | | |
| stage - (46 min in block) | CUDA-11.7-NVCC | | |
| stage block (CUDA-11.7-NVCC) - (46 min in block) | | | |
| node - (46 min in block) | nvidia-docker && volta | | |
| node block - (0.13 sec in block) | | | |
| checkout - (23 ms in self) | | | |
| isUnix - (8 ms in self) | | | |
| readFile - (35 ms in self) | scripts/docker/Dockerfile.nvcc | | |