feat: material maps #557
Merged
feat: material maps #557
ci-bridge / CI Bridge / test_sycl
succeeded
Nov 9, 2023 in 1m 12s
GitLab CI: SUCCESS
This check triggered job acts/ci-bridge/33815100
in pipeline acts/ci-bridge/13281
Status: SUCCESS
Created at: 2023-11-09T15:18:40.837+01:00
Started at: 2023-11-09T16:15:09.536+01:00
Finished at: 2023-11-09T16:16:21.662+01:00
Details
Running with gitlab-runner 16.4.0 (6e766faf)
on acts-gpu-ci-1 uhtEsTX2, system ID: r_zO9zvpou11jf
section_start:1699542909:resolve_secrets
Resolving secrets
section_end:1699542909:resolve_secrets
section_start:1699542909:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2004_oneapi:v30 ...
Pulling docker image ghcr.io/acts-project/ubuntu2004_oneapi:v30 ...
Using docker image sha256:31c38821a35f53aae24cc579a33b264a54d11f16fee9434b0ec695f031975dff for ghcr.io/acts-project/ubuntu2004_oneapi:v30 with digest
ghcr.io/acts-project/ubuntu2004_oneapi@sha256:ee7ff13da1c8eb32b89b93058a40341d092e4205062d66c71f27666f5983ab8c ...
section_end:1699542911:prepare_executor
section_start:1699542911:prepare_script
Preparing environment
Running on runner-uhtestx2-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1699542912:prepare_script
section_start:1699542912:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/acts/ci-bridge/.git/
Checking out 12b1957a as detached HEAD (ref is main)...
Removing build/
Removing src/
Skipping Git submodules setup
section_end:1699542913:get_sources
section_start:1699542913:download_artifacts
Downloading artifacts
Downloading artifacts for build_sycl (33815098)...
Downloading artifacts from coordinator... ok host=gitlab.cern.ch id=33815098 responseStatus=200 OK token=64_JVvU-
section_end:1699542918:download_artifacts
section_start:1699542918:step_script
Executing "step_script" stage of the job script
Using docker image sha256:31c38821a35f53aae24cc579a33b264a54d11f16fee9434b0ec695f031975dff for ghcr.io/acts-project/ubuntu2004_oneapi:v30 with digest
ghcr.io/acts-project/ubuntu2004_oneapi@sha256:ee7ff13da1c8eb32b89b93058a40341d092e4205062d66c71f27666f5983ab8c ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ git -C src checkout $HEAD_SHA
Note: switching to 'b4f93ff62d81df201d26a5dfc5525d5bdab29620'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at b4f93ff6 Add material grids as material maps and add the relevant types to the detector metadata. The material maps of different shapes
are tested in a dedicated unittest.
$ source src/.github/ci_setup.sh SYCL
:: initializing oneAPI environment ...
bash: BASH_VERSION = 5.0.17(1)-release
args: Using "$@" for setvars.sh arguments: SYCL
:: compiler -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dpl -- latest
:: tbb -- latest
:: oneAPI environment initialized ::
$ cd build
$ nvidia-smi
Thu Nov 9 15:16:18 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.60.13 Driver Version: 525.60.13 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA RTX A4000 On | 00000000:21:00.0 Off | Off |
| 41% 35C P8 15W / 140W | 15MiB / 16376MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
+-----------------------------------------------------------------------------+
$ ctest --output-on-failure -R ".*sycl.*"
Test project /builds/acts/ci-bridge/build
Start 20: detray_test_array_sycl
1/1 Test #20: detray_test_array_sycl ........... Passed 0.35 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.36 sec
$ find bin -type f -name "*sycl" -not -name "*text*" -exec {} \;
Running main() from /builds/acts/ci-bridge/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 8 tests from 8 test suites.
[----------] Global test environment set-up.
[----------] 1 test from SyclPropagatorValidation1/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation1/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation1/SyclPropConstBFieldMng.propagator/0 (50 ms)
[----------] 1 test from SyclPropagatorValidation1/SyclPropConstBFieldMng (50 ms total)
[----------] 1 test from SyclPropagatorValidation2/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation2/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation2/SyclPropConstBFieldMng.propagator/0 (37 ms)
[----------] 1 test from SyclPropagatorValidation2/SyclPropConstBFieldMng (37 ms total)
[----------] 1 test from SyclPropagatorValidation3/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation3/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation3/SyclPropConstBFieldMng.propagator/0 (40 ms)
[----------] 1 test from SyclPropagatorValidation3/SyclPropConstBFieldMng (40 ms total)
[----------] 1 test from SyclPropagatorValidation4/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation4/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation4/SyclPropConstBFieldMng.propagator/0 (40 ms)
[----------] 1 test from SyclPropagatorValidation4/SyclPropConstBFieldMng (40 ms total)
[----------] 1 test from SyclPropagatorValidation5/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation5/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation5/SyclPropConstBFieldCpy.propagator/0 (41 ms)
[----------] 1 test from SyclPropagatorValidation5/SyclPropConstBFieldCpy (41 ms total)
[----------] 1 test from SyclPropagatorValidation6/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation6/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation6/SyclPropConstBFieldCpy.propagator/0 (41 ms)
[----------] 1 test from SyclPropagatorValidation6/SyclPropConstBFieldCpy (41 ms total)
[----------] 1 test from SyclPropagatorValidation7/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation7/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation7/SyclPropConstBFieldCpy.propagator/0 (41 ms)
[----------] 1 test from SyclPropagatorValidation7/SyclPropConstBFieldCpy (41 ms total)
[----------] 1 test from SyclPropagatorValidation8/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation8/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation8/SyclPropConstBFieldCpy.propagator/0 (41 ms)
[----------] 1 test from SyclPropagatorValidation8/SyclPropConstBFieldCpy (41 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 8 test suites ran. (336 ms total)
[ PASSED ] 8 tests.
section_end:1699542979:step_script
section_start:1699542979:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1699542980:cleanup_file_variables
Job succeeded
Loading