-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Milestone
Description
Another issue introduced in #830 and being reviewed in #882.
| <<<<<<< HEAD |
void runSigmaKin( std::size_t iiter ) override
{
constexpr fptype fixedG = 1.2177157847767195; // fixed G for aS=0.118 (hardcoded for now in check_sa.cc, fcheck_sa.f, runTest.cc)
for( unsigned int i = 0; i < nevt; ++i ) hstGs[i] = fixedG;
copyDeviceFromHost( devGs, hstGs ); // BUG FIX #566
<<<<<<< HEAD
MatrixElementKernelDevice mek( devMomenta, devGs, devRndHel, devRndCol, devChannelIds, devMatrixElements, devSelHel, devSelCol, gpublocks, gputhreads );
if( iiter == 0 ) mek.computeGoodHelicities();
mek.computeMatrixElements();
||||||| df29acb07
MatrixElementKernelDevice mek( devMomenta, devGs, devRndHel, devRndCol, devMatrixElements, devSelHel, devSelCol, gpublocks, gputhreads );
if( iiter == 0 ) mek.computeGoodHelicities();
constexpr unsigned int channelId = 0; // TEMPORARY? disable multi-channel in runTest.exe #466
mek.computeMatrixElements( channelId );
=======
if( iiter == 0 ) pmek->computeGoodHelicities();
constexpr unsigned int channelId = 0; // TEMPORARY? disable multi-channel in runTest.exe #466
pmek->computeMatrixElements( channelId );
>>>>>>> upstream/master
copyHostFromDevice( hstMatrixElements, devMatrixElements );
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels