Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Updates, main branch (2023.10.09.) #564

Merged
merged 1 commit into from
Oct 9, 2023

Updated some externals for (better) Windows compatibility.

7cd2013
Select commit
Loading
Failed to load commit list.
Merged

External Updates, main branch (2023.10.09.) #564

Updated some externals for (better) Windows compatibility.
7cd2013
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
ci-bridge / CI Bridge / test_cuda succeeded Oct 9, 2023 in 2m 45s

GitLab CI: SUCCESS

This check triggered job acts/ci-bridge/33035871
in pipeline acts/ci-bridge/11987
Status: SUCCESS
Created at: 2023-10-09T16:22:48.730+02:00
Started at: 2023-10-09T16:49:23.232+02:00
Finished at: 2023-10-09T16:52:08.221+02:00

Details

Running with gitlab-runner 16.4.0 (6e766faf)
  on acts-gpu-ci-1 uhtEsTX2, system ID: r_zO9zvpou11jf
section_start:1696862963:resolve_secrets
Resolving secrets
section_end:1696862963:resolve_secrets
section_start:1696862963:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2004_cuda:v30 ...
Pulling docker image ghcr.io/acts-project/ubuntu2004_cuda:v30 ...
Using docker image sha256:704c7cf05a822e35c7990a05da7b957eb14422538ac78f7bbff297813ecbdf00 for ghcr.io/acts-project/ubuntu2004_cuda:v30 with digest
ghcr.io/acts-project/ubuntu2004_cuda@sha256:d3a820b09c3353db5db130d8fae29bb47fce7501f150b4e65f2381f9982f2ba9 ...
section_end:1696862965:prepare_executor
section_start:1696862965:prepare_script
Preparing environment
Running on runner-uhtestx2-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1696862966:prepare_script
section_start:1696862966: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:1696862967:get_sources
section_start:1696862967:download_artifacts
Downloading artifacts
Downloading artifacts for build_cuda (33035869)...
Downloading artifacts from coordinator... ok        host=gitlab.cern.ch id=33035869 responseStatus=200 OK token=64_8vQch
section_end:1696862972:download_artifacts
section_start:1696862972:step_script
Executing "step_script" stage of the job script
Using docker image sha256:704c7cf05a822e35c7990a05da7b957eb14422538ac78f7bbff297813ecbdf00 for ghcr.io/acts-project/ubuntu2004_cuda:v30 with digest
ghcr.io/acts-project/ubuntu2004_cuda@sha256:d3a820b09c3353db5db130d8fae29bb47fce7501f150b4e65f2381f9982f2ba9 ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ git -C src checkout $HEAD_SHA
Note: switching to '7cd20130ed8ee9297dc032def554bf8aad4dcdec'.

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 7cd20130 Updated some externals for (better) Windows compatibility.
$ src/data/detray_data_get_files.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  82 37.4M   82 30.8M    0     0  84.4M      0 --:--:-- --:--:--
--:--:-- 84.1M 100 37.4M  100 37.4M    0     0  88.1M      0 --:--:-- --:--:-- --:--:-- 87.8M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    56  100    56    0     0   2333      0 --:--:-- --:--:--
--:--:--  2434
Files from detray-data-v1 unpacked under 'src/data/'
$ cd build
$ nvidia-smi
Mon Oct  9 14:49:37 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%   40C    P8    16W / 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 ".*cuda.*"
Test project /builds/acts/ci-bridge/build
    Start 18: detray_test_core_cuda
1/3 Test #18: detray_test_core_cuda ............   Passed    0.30 sec
    Start 19: detray_test_array_cuda
2/3 Test #19: detray_test_array_cuda ...........   Passed   24.59 sec
    Start 20: detray_test_eigen_cuda
3/3 Test #20: detray_test_eigen_cuda ...........   Passed   32.39 sec

100% tests passed, 0 tests failed out of 3

Total Test time (real) =  57.29 sec
$ find bin -type f -name "*cuda" -not -name "*text*" -exec {} \;
2023-10-09T14:50:34+00:00
Running bin/detray_eigen_propagator_cuda
Run on (8 X 4600 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x4)
  L1 Instruction 32 KiB (x4)
  L2 Unified 1024 KiB (x4)
  L3 Unified 8448 KiB (x1)
Load Average: 0.88, 0.28, 0.13
***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
--------------------------------------------------------------------------------------
Benchmark                            Time             CPU   Iterations UserCounters...
--------------------------------------------------------------------------------------
CPU unsync propagation/8        823125 ns       823098 ns          812 TracksPropagated=77.755k/s
CPU unsync propagation/16      3229031 ns      3223520 ns          217 TracksPropagated=79.4163k/s
CPU unsync propagation/32     12516428 ns     11266763 ns           62 TracksPropagated=90.8868k/s
CPU unsync propagation/64     49700955 ns     42873906 ns           16 TracksPropagated=95.536k/s
CPU unsync propagation/128   199476476 ns    176116888 ns            4 TracksPropagated=93.0291k/s
CPU unsync propagation/256   799464320 ns    695558038 ns            1 TracksPropagated=94.2207k/s
CPU sync propagation/8          823129 ns       821713 ns          842 TracksPropagated=77.8861k/s
CPU sync propagation/16        3229755 ns      3224127 ns          217 TracksPropagated=79.4013k/s
CPU sync propagation/32       12670583 ns     11404389 ns           62 TracksPropagated=89.79k/s
CPU sync propagation/64       50269880 ns     43447546 ns           16 TracksPropagated=94.2746k/s
CPU sync propagation/128     200767030 ns    178820084 ns            4 TracksPropagated=91.6228k/s
CPU sync propagation/256     809097464 ns    704247204 ns            1 TracksPropagated=93.0582k/s
CUDA unsync propagation/8   18824192309 ns   18821970183 ns            1 TracksPropagated=3.40028/s
CUDA unsync propagation/16    25324945 ns     25324437 ns           25 TracksPropagated=10.1088k/s
CUDA unsync propagation/32    33909563 ns     33909393 ns           20 TracksPropagated=30.1981k/s
CUDA unsync propagation/64    38990485 ns     38989747 ns           18 TracksPropagated=105.053k/s
CUDA unsync propagation/128   62754751 ns     62731644 ns           11 TracksPropagated=261.176k/s
CUDA unsync propagation/256  192879119 ns    192450568 ns            4 TracksPropagated=340.534k/s
CUDA sync propagation/8       12945782 ns     12929095 ns           54 TracksPropagated=4.95008k/s
CUDA sync propagation/16      27530184 ns     27502094 ns           25 TracksPropagated=9.30838k/s
CUDA sync propagation/32      30316436 ns     30280287 ns           23 TracksPropagated=33.8174k/s
CUDA sync propagation/64      50509302 ns     50484992 ns           14 TracksPropagated=81.133k/s
CUDA sync propagation/128     93822747 ns     93820052 ns            7 TracksPropagated=174.632k/s
CUDA sync propagation/256    184140695 ns    184136799 ns            4 TracksPropagated=355.909k/s
Using CUDA unified memory:
Number of volumes: 20
Number of transforms: 3264
Number of rectangles: 2492
Number of trapezoids: 648
Number of portal discs: 52
Number of portal cylinders: 52
Number of portal collections: 20
Number of disc grids: 6
Number of cylinder grids: 4

Synchronous copy, fixed size buffers:
Number of volumes: 20
Number of transforms: 3264
Number of rectangles: 2492
Number of trapezoids: 648
Number of portal discs: 52
Number of portal cylinders: 52
Number of portal collections: 20
Number of disc grids: 6
Number of cylinder grids: 4

Synchronous copy, resizable buffers:
Number of volumes: 20
Number of transforms: 3264
Number of rectangles: 2492
Number of trapezoids: 648
Number of portal discs: 52
Number of portal cylinders: 52
Number of portal collections: 20
Number of disc grids: 6
Number of cylinder grids: 4

Custom buffer setup:
Number of volumes: 20
Number of transforms: 3264
Number of rectangles: 2492
Number of trapezoids: 648
Number of portal discs: 52
Number of portal cylinders: 52
Number of portal collections: 20
Number of disc grids: 6
Number of cylinder grids: 4
Running main() from /builds/acts/ci-bridge/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 16 tests from 14 test suites.
[----------] Global test environment set-up.
[----------] 1 test from transform_store_cuda
[ RUN      ] transform_store_cuda.transform_store
[       OK ] transform_store_cuda.transform_store (111 ms)
[----------] 1 test from transform_store_cuda (111 ms total)

[----------] 1 test from mask_store_cuda
[ RUN      ] mask_store_cuda.mask_store
[       OK ] mask_store_cuda.mask_store (3 ms)
[----------] 1 test from mask_store_cuda (3 ms total)

[----------] 1 test from detector_cuda
[ RUN      ] detector_cuda.detector
[       OK ] detector_cuda.detector (17 ms)
[----------] 1 test from detector_cuda (17 ms total)

[----------] 1 test from navigator_cuda
[ RUN      ] navigator_cuda.navigator
[       OK ] navigator_cuda.navigator (1784 ms)
[----------] 1 test from navigator_cuda (1784 ms total)

[----------] 3 tests from grids_cuda
[ RUN      ] grids_cuda.grid3_replace_populator
[       OK ] grids_cuda.grid3_replace_populator (0 ms)
[ RUN      ] grids_cuda.grid2_replace_populator_ci
[       OK ] grids_cuda.grid2_replace_populator_ci (0 ms)
[ RUN      ] grids_cuda.cylindrical3D_collection
[       OK ] grids_cuda.cylindrical3D_collection (0 ms)
[----------] 3 tests from grids_cuda (0 ms total)

[----------] 1 test from CudaPropagatorValidation10
[ RUN      ] CudaPropagatorValidation10.inhomogeneous_bfield_cpy
[       OK ] CudaPropagatorValidation10.inhomogeneous_bfield_cpy (1687 ms)
[----------] 1 test from CudaPropagatorValidation10 (1688 ms total)

[----------] 1 test from CudaPropagatorValidation1/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation1/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation1/CudaPropConstBFieldMng.propagator/0 (125 ms)
[----------] 1 test from CudaPropagatorValidation1/CudaPropConstBFieldMng (125 ms total)

[----------] 1 test from CudaPropagatorValidation2/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation2/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation2/CudaPropConstBFieldMng.propagator/0 (128 ms)
[----------] 1 test from CudaPropagatorValidation2/CudaPropConstBFieldMng (128 ms total)

[----------] 1 test from CudaPropagatorValidation3/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation3/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation3/CudaPropConstBFieldMng.propagator/0 (125 ms)
[----------] 1 test from CudaPropagatorValidation3/CudaPropConstBFieldMng (126 ms total)

[----------] 1 test from CudaPropagatorValidation4/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation4/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation4/CudaPropConstBFieldMng.propagator/0 (131 ms)
[----------] 1 test from CudaPropagatorValidation4/CudaPropConstBFieldMng (131 ms total)

[----------] 1 test from CudaPropagatorValidation5/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation5/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation5/CudaPropConstBFieldCpy.propagator/0 (108 ms)
[----------] 1 test from CudaPropagatorValidation5/CudaPropConstBFieldCpy (108 ms total)

[----------] 1 test from CudaPropagatorValidation6/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation6/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation6/CudaPropConstBFieldCpy.propagator/0 (123 ms)
[----------] 1 test from CudaPropagatorValidation6/CudaPropConstBFieldCpy (123 ms total)

[----------] 1 test from CudaPropagatorValidation7/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation7/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation7/CudaPropConstBFieldCpy.propagator/0 (119 ms)
[----------] 1 test from CudaPropagatorValidation7/CudaPropConstBFieldCpy (119 ms total)

[----------] 1 test from CudaPropagatorValidation8/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation8/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation8/CudaPropConstBFieldCpy.propagator/0 (124 ms)
[----------] 1 test from CudaPropagatorValidation8/CudaPropConstBFieldCpy (124 ms total)

[----------] Global test environment tear-down
[==========] 16 tests from 14 test suites ran. (4594 ms total)
[  PASSED  ] 16 tests.
2023-10-09T14:51:21+00:00
Running bin/detray_array_propagator_cuda
Run on (8 X 4600 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x4)
  L1 Instruction 32 KiB (x4)
  L2 Unified 1024 KiB (x4)
  L3 Unified 8448 KiB (x1)
Load Average: 1.46, 0.56, 0.23
***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
--------------------------------------------------------------------------------------
Benchmark                            Time             CPU   Iterations UserCounters...
--------------------------------------------------------------------------------------
CPU unsync propagation/8        644347 ns       643181 ns         1059 TracksPropagated=99.5055k/s
CPU unsync propagation/16      2564018 ns      2556093 ns          274 TracksPropagated=100.153k/s
CPU unsync propagation/32     10046404 ns      9943398 ns           70 TracksPropagated=102.983k/s
CPU unsync propagation/64     39500187 ns     34017460 ns           21 TracksPropagated=120.409k/s
CPU unsync propagation/128   155783987 ns    135587302 ns            5 TracksPropagated=120.837k/s
CPU unsync propagation/256   613025133 ns    526946273 ns            1 TracksPropagated=124.369k/s
CPU sync propagation/8          640697 ns       640512 ns         1094 TracksPropagated=99.9201k/s
CPU sync propagation/16        2555386 ns      2553992 ns          274 TracksPropagated=100.235k/s
CPU sync propagation/32       10048844 ns      9948836 ns           71 TracksPropagated=102.927k/s
CPU sync propagation/64       39394250 ns     34111903 ns           21 TracksPropagated=120.075k/s
CPU sync propagation/128     156127607 ns    135079339 ns            5 TracksPropagated=121.292k/s
CPU sync propagation/256     627907436 ns    529533805 ns            1 TracksPropagated=123.762k/s
CUDA unsync propagation/8   10175401179 ns   10175044679 ns            1 TracksPropagated=6.2899/s
CUDA unsync propagation/16    25940778 ns     25910059 ns           26 TracksPropagated=9.88033k/s
CUDA unsync propagation/32    34285108 ns     34249023 ns           20 TracksPropagated=29.8987k/s
CUDA unsync propagation/64    40482374 ns     40404918 ns           17 TracksPropagated=101.374k/s
CUDA unsync propagation/128   66685609 ns     66565965 ns           10 TracksPropagated=246.132k/s
CUDA unsync propagation/256  207448657 ns    207058535 ns            3 TracksPropagated=316.51k/s
CUDA sync propagation/8       13233908 ns     13231967 ns           53 TracksPropagated=4.83677k/s
CUDA sync propagation/16      28236596 ns     28236353 ns           25 TracksPropagated=9.06633k/s
CUDA sync propagation/32      30660128 ns     30650887 ns           23 TracksPropagated=33.4085k/s
CUDA sync propagation/64      52675298 ns     52617004 ns           13 TracksPropagated=77.8456k/s
CUDA sync propagation/128     98294991 ns     98155459 ns            7 TracksPropagated=166.919k/s
CUDA sync propagation/256    194953861 ns    194298433 ns            4 TracksPropagated=337.296k/s
Running main() from /builds/acts/ci-bridge/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 16 tests from 14 test suites.
[----------] Global test environment set-up.
[----------] 1 test from transform_store_cuda
[ RUN      ] transform_store_cuda.transform_store
[       OK ] transform_store_cuda.transform_store (105 ms)
[----------] 1 test from transform_store_cuda (105 ms total)

[----------] 1 test from mask_store_cuda
[ RUN      ] mask_store_cuda.mask_store
[       OK ] mask_store_cuda.mask_store (3 ms)
[----------] 1 test from mask_store_cuda (3 ms total)

[----------] 1 test from detector_cuda
[ RUN      ] detector_cuda.detector
[       OK ] detector_cuda.detector (18 ms)
[----------] 1 test from detector_cuda (18 ms total)

[----------] 1 test from navigator_cuda
[ RUN      ] navigator_cuda.navigator
[       OK ] navigator_cuda.navigator (1856 ms)
[----------] 1 test from navigator_cuda (1856 ms total)

[----------] 3 tests from grids_cuda
[ RUN      ] grids_cuda.grid3_replace_populator
[       OK ] grids_cuda.grid3_replace_populator (0 ms)
[ RUN      ] grids_cuda.grid2_replace_populator_ci
[       OK ] grids_cuda.grid2_replace_populator_ci (0 ms)
[ RUN      ] grids_cuda.cylindrical3D_collection
[       OK ] grids_cuda.cylindrical3D_collection (0 ms)
[----------] 3 tests from grids_cuda (0 ms total)

[----------] 1 test from CudaPropagatorValidation10
[ RUN      ] CudaPropagatorValidation10.inhomogeneous_bfield_cpy
[       OK ] CudaPropagatorValidation10.inhomogeneous_bfield_cpy (1643 ms)
[----------] 1 test from CudaPropagatorValidation10 (1643 ms total)

[----------] 1 test from CudaPropagatorValidation1/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation1/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation1/CudaPropConstBFieldMng.propagator/0 (118 ms)
[----------] 1 test from CudaPropagatorValidation1/CudaPropConstBFieldMng (118 ms total)

[----------] 1 test from CudaPropagatorValidation2/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation2/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation2/CudaPropConstBFieldMng.propagator/0 (133 ms)
[----------] 1 test from CudaPropagatorValidation2/CudaPropConstBFieldMng (133 ms total)

[----------] 1 test from CudaPropagatorValidation3/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation3/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation3/CudaPropConstBFieldMng.propagator/0 (130 ms)
[----------] 1 test from CudaPropagatorValidation3/CudaPropConstBFieldMng (130 ms total)

[----------] 1 test from CudaPropagatorValidation4/CudaPropConstBFieldMng
[ RUN      ] CudaPropagatorValidation4/CudaPropConstBFieldMng.propagator/0
[       OK ] CudaPropagatorValidation4/CudaPropConstBFieldMng.propagator/0 (135 ms)
[----------] 1 test from CudaPropagatorValidation4/CudaPropConstBFieldMng (135 ms total)

[----------] 1 test from CudaPropagatorValidation5/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation5/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation5/CudaPropConstBFieldCpy.propagator/0 (111 ms)
[----------] 1 test from CudaPropagatorValidation5/CudaPropConstBFieldCpy (111 ms total)

[----------] 1 test from CudaPropagatorValidation6/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation6/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation6/CudaPropConstBFieldCpy.propagator/0 (128 ms)
[----------] 1 test from CudaPropagatorValidation6/CudaPropConstBFieldCpy (128 ms total)

[----------] 1 test from CudaPropagatorValidation7/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation7/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation7/CudaPropConstBFieldCpy.propagator/0 (123 ms)
[----------] 1 test from CudaPropagatorValidation7/CudaPropConstBFieldCpy (123 ms total)

[----------] 1 test from CudaPropagatorValidation8/CudaPropConstBFieldCpy
[ RUN      ] CudaPropagatorValidation8/CudaPropConstBFieldCpy.propagator/0
[       OK ] CudaPropagatorValidation8/CudaPropConstBFieldCpy.propagator/0 (128 ms)
[----------] 1 test from CudaPropagatorValidation8/CudaPropConstBFieldCpy (129 ms total)

[----------] Global test environment tear-down
[==========] 16 tests from 14 test suites ran. (4639 ms total)
[  PASSED  ] 16 tests.
Running main() from /builds/acts/ci-bridge/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 18 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from container_cuda
[ RUN      ] container_cuda.single_store
[       OK ] container_cuda.single_store (84 ms)
[ RUN      ] container_cuda.tuple_container
[       OK ] container_cuda.tuple_container (0 ms)
[ RUN      ] container_cuda.regular_multi_store
[       OK ] container_cuda.regular_multi_store (0 ms)
[ RUN      ] container_cuda.multi_store
[       OK ] container_cuda.multi_store (0 ms)
[----------] 4 tests from container_cuda (85 ms total)

[----------] 6 tests from grids_cuda
[ RUN      ] grids_cuda.grid2_replace_populator
[       OK ] grids_cuda.grid2_replace_populator (0 ms)
[ RUN      ] grids_cuda.grid2_replace_populator_ci
[       OK ] grids_cuda.grid2_replace_populator_ci (0 ms)
[ RUN      ] grids_cuda.grid2_complete_populator
[       OK ] grids_cuda.grid2_complete_populator (0 ms)
[ RUN      ] grids_cuda.grid2_attach_populator
[       OK ] grids_cuda.grid2_attach_populator (5 ms)
[ RUN      ] grids_cuda.grid2_buffer_attach_populator
[       OK ] grids_cuda.grid2_buffer_attach_populator (1 ms)
[ RUN      ] grids_cuda.grid2_buffer_attach_populator2
[       OK ] grids_cuda.grid2_buffer_attach_populator2 (1 ms)
[----------] 6 tests from grids_cuda (9 ms total)

[----------] 8 tests from utils_ranges_cuda
[ RUN      ] utils_ranges_cuda.single
[       OK ] utils_ranges_cuda.single (0 ms)
[ RUN      ] utils_ranges_cuda.pointer
[       OK ] utils_ranges_cuda.pointer (0 ms)
[ RUN      ] utils_ranges_cuda.iota
[       OK ] utils_ranges_cuda.iota (0 ms)
[ RUN      ] utils_ranges_cuda.enumerate
[       OK ] utils_ranges_cuda.enumerate (0 ms)
[ RUN      ] utils_ranges_cuda.pick
[       OK ] utils_ranges_cuda.pick (0 ms)
[ RUN      ] utils_ranges_cuda.join
[       OK ] utils_ranges_cuda.join (0 ms)
[ RUN      ] utils_ranges_cuda.static_join
[       OK ] utils_ranges_cuda.static_join (0 ms)
[ RUN      ] utils_ranges_cuda.subrange
[       OK ] utils_ranges_cuda.subrange (0 ms)
[----------] 8 tests from utils_ranges_cuda (2 ms total)

[----------] Global test environment tear-down
[==========] 18 tests from 3 test suites ran. (97 ms total)
[  PASSED  ] 18 tests.
section_end:1696863126:step_script
section_start:1696863126:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1696863126:cleanup_file_variables
Job succeeded