• Anton Gorenko's avatar
    Fix uninitialized buffers in QTB (#5163) · bb5552c0
    Anton Gorenko authored
    adaptFrictionPart1 is executed first, it reads randomForce and
    segmentVelocity buffers before other kernels write them so they can
    contain garbage after allocation (cuMemAlloc/hipMalloc/clCreateBuffer
    do not clear allocated memory).
    bb5552c0
CommonIntegrateQTBStepKernel.cpp 23.3 KB