Skip to content

Conversation

@davidrohr
Copy link
Collaborator

  • Renames some misleading flags
  • Switches CUDA / ROCm to use instead of GPUCommonArray
  • Prepare to get rid of GPUCommonTypeTraits and GPUCommonArray once this is possible in OpenCL.
  • Contains already some code to use type_traits in OpenCL, which mostly workd, but it turns out pulled in from <type_traits> has typedefs colliding with opencl-c-stdinc.h. Filed a bug report to clang. Let's see. If we are unlucky, these are just incompatible specifications...

@github-actions
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-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI_slc9 for ca81641 at 2025-05-15 23:30:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackextension.cxx:137:24: error: 'array' is not a member of 'o2::gpu::gpustd'; did you mean 'std::array'?
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackextension.cxx:137:30: error: expected primary-expression before 'float'
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackextension.cxx:138:151: error: 'dcaInfo' was not declared in this scope; did you mean 'scanf'?
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackPropagation.cxx:165:16: error: 'array' in namespace 'o2::gpu::gpustd' does not name a template type
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackPropagation.cxx:207:11: error: 'mDcaInfo' was not declared in this scope; did you mean 'mDcaInfoCov'?
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackPropagation.cxx:243:168: error: 'mDcaInfo' was not declared in this scope; did you mean 'mDcaInfoCov'?
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackPropagation.cxx:251:168: error: 'mDcaInfo' was not declared in this scope; did you mean 'mDcaInfoCov'?
/sw/SOURCES/O2Physics/14277-slc9_x86-64/0/Common/TableProducer/trackPropagation.cxx:296:21: error: 'mDcaInfo' was not declared in this scope; did you mean 'mDcaInfoCov'?
ninja: build stopped: subcommand failed.

Full log here.

@davidrohr davidrohr merged commit a850e9e into AliceO2Group:dev May 16, 2025
10 of 11 checks passed
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