GPU: Add prototype for SMatrixGPU testing #12693
Merged
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.
As anticipated at the last FST/GPU meeting, a student will advance in porting and testing the
DCAFitterN
class on GPU.To this extent, I ported (3 years ago) an
SVector
andSMatrix
implementation from ROOT to a usable GPU version.I am now adding the skeleton of a unit test (CUDA/HIP) to ensure the required functions (the ones used in the fitter class) work.
For the moment, I added the inversion test of a simple 3x3 symmetric matrix as a test.
The student will then be responsible for extending this test by adding the required methods.
I expect the FullCI to fail since no GPU is available. It will probably require some massage in alidist as it is done for the GPU sort test.