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

ORT GPU implementation #13755

Open
wants to merge 31 commits into
base: dev
Choose a base branch
from

Conversation

ChSonnabend
Copy link
Contributor

Several changes:

  • (Necessary) Adding compile definitions for the GPU build (necessary for later, doesn't change anything for now)
  • (Optional) Turning off telemetry events, mapping ORT messages to FairLogger
  • Renaming files to camel case

ChSonnabend and others added 29 commits August 15, 2024 17:26
…at16_t. ort_interface.h now usuable as library (not header!) :party:
Please consider the following formatting changes to AliceO2Group#13522
@ChSonnabend ChSonnabend requested a review from a team as a code owner November 29, 2024 11:47
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1

Please consider the following formatting changes to AliceO2Group#13755
@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for 900e542 at 2024-12-11 16:21:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'


## sw/BUILD/O2Physics-latest/log
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:


## sw/BUILD/O2-full-system-test-latest/log
Detected critical problem in logfile digi.log
digi.log:[39400:internal-dpl-ccdb-backend]: [15:20:54][ERROR] Exception while running: Fatal error. Rethrowing.
digi.log-[39400:internal-dpl-ccdb-backend]: [15:20:54][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-sim-digitizer-workflow, device shutting down. Reason: Fatal error
[39400:internal-dpl-ccdb-backend]: [15:20:50][ERROR] CCDBDownloader CURL transfer error - Timeout was reached
[39400:internal-dpl-ccdb-backend]: [15:20:50][ERROR] CcdbDownloader finished transfer http://alice-ccdb.cern.ch/CTP/Calib/OrbitReset for 1550600800000 (agent_id: alissandra05-1733930439-EmS7cZ) with http code: 0
[39400:internal-dpl-ccdb-backend]: [15:20:50][ERROR] File CTP/Calib/OrbitReset could not be retrieved. No more hosts to try.
[39400:internal-dpl-ccdb-backend]: [15:20:50][FATAL] Unable to find object CTP/Calib/OrbitReset/1550600800000
[39400:internal-dpl-ccdb-backend]: [15:20:54][ERROR] Exception while running: Fatal error. Rethrowing.
[39400:internal-dpl-ccdb-backend]: [15:20:54][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-sim-digitizer-workflow, device shutting down. Reason: Fatal error
[ERROR] Workflow crashed - PID 39400 (internal-dpl-ccdb-backend) did not exit correctly however it's not clear why. Exit code forced to 128.


## sw/BUILD/o2checkcode-latest/log
--
========== List of errors found ==========
++ GRERR=0
++ grep -v clang-diagnostic-error error-log.txt
++ grep ' error:'
++ GRERR=1
++ [[ 1 == 0 ]]
++ mkdir -p /sw/INSTALLROOT/9ab543d9dae6408c7a43f749d935b8f226399934/slc8_x86-64/o2checkcode/1.0-local751/etc/modulefiles
++ cat
--

Full log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants