ROCm / clr

MIT License
85 stars 35 forks source link

Update AMD_PLATFORM_BUILD_NUMBER #68

Open preda opened 3 months ago

preda commented 3 months ago

In rocclr/utils/versions.hpp there is:

#define AMD_PLATFORM_BUILD_NUMBER 3581

https://github.com/ROCm/clr/blob/ad32e604c7f286a28d90e92d3936401c964d6de2/rocclr/utils/versions.hpp#L31

Which was last updated in March 2023 (one year ago).

But the same value for ROCm 6.1RC is 3614 ATM.

Please keep this public repo in sync with the ROCm that is released and with the ROCm RC.

This version number is useful to track which changes are where. I don't understand how the version here in the public repo was not updated for a year? while there are ongoing commits to this public repo. Is this a problem with the version number being out-of-sync, or is the situation that changes to CLR since one year ago didn't make it here in the open yet?