Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround for FPE in vxxxxx on HIP (and fixes for v1.00.01 tags) #1012

Merged
merged 11 commits into from
Oct 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[post-release] in CODEGEN __init__.py, update cudacpp version from 1.…
…00.00 to 1.00.01
valassi committed Oct 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 42f5b1ae572019053549327d5232421fc3cb80ec
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@
__author__ = 'Andrea Valassi'
__email__ = '[email protected]'

__version__ = (1,00,00) # NB the release infrastructure expects 1-digit major and 2-digit minor and patch versions (n,nn,nn)
__version__ = (1,00,01) # NB the release infrastructure expects 1-digit major and 2-digit minor and patch versions (n,nn,nn)

minimal_mg5amcnlo_version = (3,6,0)
maximal_mg5amcnlo_version = (1000,1000,1000)