Skip to content

Commit

Permalink
add cms use case
Browse files Browse the repository at this point in the history
  • Loading branch information
roiser committed Apr 27, 2023
1 parent f8c0bbb commit 46f3081
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions epochX/cudacpp/CODEGEN/generateAndCompare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ function codeGenAndDiff()
# Process-dependent hardcoded configuration
echo -e "\n================================================================"
case "${proc}" in
cms)
cmd="define vl = ve vm vt
define vl~ = ve~ vm~ vt~
define ell+ = e+ mu+ ta+
define ell- = e- mu- ta-
generate p p > ell+ ell- @0"
;;
ee_mumu)
cmd="generate e+ e- > mu+ mu-"
;;
Expand Down

0 comments on commit 46f3081

Please # to comment.