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

Fix C++20 bug in axis constructor #746

Merged
merged 1 commit into from
May 31, 2024

Fix C++20 bug in axis constructor

74d86a1
Select commit
Loading
Failed to load commit list.
Merged

Fix C++20 bug in axis constructor #746

Fix C++20 bug in axis constructor
74d86a1
Select commit
Loading
Failed to load commit list.
ci-bridge / CI Bridge / test_sycl succeeded May 31, 2024 in 25s

GitLab CI: SUCCESS

This check triggered job acts/ci-bridge/39529641
in pipeline acts/ci-bridge/18733
Status: SUCCESS
Created at: 2024-05-31T10:28:07.301+02:00
Started at: 2024-05-31T10:41:31.695+02:00
Finished at: 2024-05-31T10:41:56.463+02:00

Details

Running with gitlab-runner 16.4.0 (6e766faf)
  on acts-gpu-ci-1 uhtEsTX2, system ID: r_zO9zvpou11jf
section_start:1717144892:resolve_secrets
Resolving secrets
section_end:1717144892:resolve_secrets
section_start:1717144892: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:1717144893:prepare_executor
section_start:1717144893:prepare_script
Preparing environment
Running on runner-uhtestx2-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1717144894:prepare_script
section_start:1717144894: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:1717144895:get_sources
section_start:1717144895:download_artifacts
Downloading artifacts
Downloading artifacts for build_sycl (39529639)...
Downloading artifacts from coordinator... ok        host=gitlab.cern.ch id=39529639 responseStatus=200 OK token=glcbt-64
WARNING: build/_deps/thrust-src/dependencies/libcudacxx/libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink: chmod
build/_deps/thrust-src/dependencies/libcudacxx/libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink: no such file or directory
(suppressing repeats)
section_end:1717144902:download_artifacts
section_start:1717144902: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 '74d86a169a9a2390fedb9a645f5e0afaaa0f4f4a'.

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 74d86a16 Fix C++20 bug in axis constructor
$ 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
Fri May 31 08:41:47 2024       
+-----------------------------------------------------------------------------+
| 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%   41C    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 ".*sycl.*"
Test project /builds/acts/ci-bridge/build
    Start 8: detray_integration_test_sycl_array
1/1 Test #8: detray_integration_test_sycl_array ...   Passed    0.70 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.71 sec
$ find bin -type f -name "*sycl" -not -name "*text*" -exec {} \;
section_end:1717144908:step_script
section_start:1717144908:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1717144908:cleanup_file_variables
Job succeeded