Skip to content

Commit

Permalink
[mch] **COMPLETE MCH (after merging madgraph5#368 plus minor changes)…
Browse files Browse the repository at this point in the history
… ** improve a comment in CODEGEN and generated code for testmisc.cc (boolean vector times float vector, not integer vector times float vector)
  • Loading branch information
valassi committed Feb 7, 2024
1 parent ee3cd7b commit bd581e7
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/ee_mumu.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/ee_mumu.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt01g.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttg.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttg.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttgg.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttgg.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttggg.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttggg.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gq_ttq.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gq_ttq.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/heft_gg_h.sa/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/pp_tt012j.mad/SubProcesses/testmisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST( XTESTID( MG_EPOCH_PROCESS_ID ), testmisc )

//--------------------------------------------------------------------------

// Integer vector (mask) times FP vector
// Boolean vector (mask) times FP vector
/*
// From https://github.com/madgraph5/madgraph4gpu/issues/765#issuecomment-1853672838
channelids_sv = CHANNEL_ACCESS::kernelAccess( pchannelIds ); // the 4 channels in the SIMD vector
Expand Down

0 comments on commit bd581e7

Please sign in to comment.