-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
/run cmssw CMSSW_14_1_0_pre0_LST_X |
The PR was built and ran successfully with CMSSW. Here are some plots. OOTB All TracksThe full set of validation and comparison plots can be found here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes look good to me.
I don't have a strong feeling of having to wait for a pre1 release instead.
There is an effort to add cuda 12.4, perhaps that will be a better opportunity than catching pre1.
I added a bug fix that @slava77 found out since it's somewhat related to the CUDA upgrade and it's small enough that it doesn't really need its own PR.
|
Co-authored-by: Slava Krutelyov <[email protected]>
CUDA 12.4 is available since 14_1_0_pre2 (released Mar 28) |
I think we should wait for pre_3 since the ROCm fix didn't make it to pre_2 |
Following @slava77's suggestion in #372, this PR upgrades CMSSW to 14_1_0_pre0. There were some minor changes that needed to be made to account for the newer version of Alpaka.
Since it now uses CUDA 12.2, I checked using the Warnings flag to see if the printf bug #354 was fixed. It wasn't fixed, but I did notice that there were some errors due to the warnings being treated as errors that I forgot to fix in #367, so I fixed them.
I marked this PR as draft since it shouldn't be merged yet for a few reasons: