### Please confirm there isn't an open request for this package - [x] I have searched through package update requests ### Name rocm-llvm and pytorch ### Version _No response_ ### Link to the release notes or announcement. https://github.com/llvm/llvm-project/pull/136133 ### Reason for updating pytorch got ROCm support disabled because the build was failing due to std::__glibcxx_assert_fail(). [Solus commit disabling ROCm support](https://github.com/getsolus/packages/commit/fd49f186f7f56a2c34844e5cda0c82021c3cdff5), [upstream bug report of the same issue that got resolved](https://github.com/llvm/llvm-project/issues/95183). A few days later from that Solus commit a [patch got merged into LLVM](https://github.com/llvm/llvm-project/pull/136133) that fixes this issue, so if it got included into `rocm-llvm` `pytorch` could be built again with AMD GPU compute support.