-
Notifications
You must be signed in to change notification settings - Fork 484
update of dev branch #16
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e Monitoring Environment including ROOT)
…wo output message modes: multi-part and single message in HOMER format
…E HLT external interface has been inconsistent over the years, needs to be propagated back to AliRoot
…o separate FairMQ and ALICE HLT functionality; adding standalone test program intended to evolve into unit test
…path to find the zmq.h header file
…support for 3 output modes: HOMER, multi-part, sequence added, corresponding input handling added
…sistent error codes; added a warning if none of the input blocks is recognized as valid input
… finished argument scan and executable
…lid pointers; error messages for missing output slot only if device does not produce data; simple treatment of either one input or output slot per device - better configuration options to come
…r exeption if component init failed in order to terminate in a controlled way, the program goes on otherwise and there is a crash downstream because FairMQDevice::Init was not called
…his is needed in the build of some systems, to be checked
… moment, to be adjusted to the appropriate format if available
… getopt optionstring directly from the definitions of options
… the same value from the command line argument
…o determine the size of the output buffer; fixing the --msgsize option which allows to specify a fixed buffer; minor formatting of error an message
…tory of the alicehlt development, now moved to devices/aliceHLTwrapper
noferini
referenced
this pull request
in noferini/AliceO2
Dec 16, 2019
noferini
referenced
this pull request
in noferini/AliceO2
Dec 17, 2019
noferini
referenced
this pull request
in noferini/AliceO2
Dec 17, 2019
For now we use the dummy workflow as in AliceO2Group#2629. Later we will modify the LifeTime and adapt to the common framework. Using CCDB in clusterization (but with bug still) attempt to fix inputspec in TOF clusterizer (calibration) (#16)
knopers8
pushed a commit
to knopers8/AliceO2
that referenced
this pull request
Sep 7, 2020
CCDB backend for tobject2json QC-58
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Nov 4, 2020
fix rebasing to dev
shahor02
referenced
this pull request
in shahor02/AliceO2
Jun 10, 2021
Please consider the following formatting changes to AliceO2Group#6224
alibuild
added a commit
to alibuild/AliceO2
that referenced
this pull request
Jun 25, 2021
davidrohr
pushed a commit
that referenced
this pull request
Jul 14, 2021
* Add CUDA backbone * HIP breaks * Make two separate libraries * Re-arrange directories * Add missing header * Meta library does not compile * Port hipInfo example to test gpu specs * Fix compilation to test build on EPN * Produce two separate executables * Flatten dir tree a bit * Cleanup * Add CMake forced re-configuration * HIP can't find symbols * Checkpoint before radical change * Create single executable * Update * Add first dummy benchmark * Assign a block to each scratch segment * Fix copyright * Please consider the following formatting changes (#16) * Set configurable iterations * Improve busy fucntion + streaming results on file * Fix bug in CLI params * Add configurable number of tests * Fix undefined behaviour insetting nLaunches * Please consider the following formatting changes (#17) * Streamline ker benchmarking w/ events * Tidy up kernels and improve output * Update read test * Please consider the following formatting changes (#18) * CP * Add last read test * Add last read test * Fix result dump on file * add reading kernel * Add write tests * Add copy benchmark * Remove CommonUtils dependency * Remove GPUCommon dependency * Fix fullCI errors * Revise result saving * Ready to test on EPN Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Mar 1, 2023
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Mar 13, 2025
Please consider the following formatting changes to AliceO2Group#13981
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
renamed devices/alicehlt to devices/aliceHLTwrapper and rebuilding the history