First version

Improved version

Decoding time improved vs basic vs old

Problem

When running on EPN's node epn000 GPUs the program stalls:

Sometimes this error message:

[ERROR] HIP Error: 2 / out of memory (/home/gcimador/alice/sw/SOURCES/O2/memCpyMSNew/0/GPU/GPUTracking/Base/hip/GPUReconstructionHIP.hip:381)
[ERROR] Error creating HIP Stream

Which points to:

GPUFailedMsgI(hipStreamCreate(&mInternals->Streams[i]))

When run on EPN's node epn349 there is no problem

Next