Fix linkage for tensilelite-host target and bump mxdatagen#702
Fix linkage for tensilelite-host target and bump mxdatagen#702davidd-amd wants to merge 3 commits into
Conversation
f7a99b7 to
72e1db5
Compare
marbre
left a comment
There was a problem hiding this comment.
This fixes most of the failures I've been hitting when compiling via TheRock. What remains is
5.7 /TheRock/math-libs/BLAS/hipBLASLt/next-cmake/../library/src/amd_detail/rocblaslt/src/include/rocroller_host_internal.hpp:36:10: fatal error: 'Tensile/analytical/Utils.hp
p' file not found
5.7 36 | #include <Tensile/analytical/Utils.hpp>
5.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5.7 1 error generated.
Cherry-pick of ROCm/rocm-libraries#855 for testing, with conflicts resolved manually. Patches did not apply cleanly on a roll-up, as ROCm/rocm-libraries#702 is still under review and has conflicts too. Testing at: * Linux gfx942: https://github.com/ROCm/TheRock/actions/runs/16535937296 * Windows gfx110X-dgpu: https://github.com/ROCm/TheRock/actions/runs/16535942310
marbre
left a comment
There was a problem hiding this comment.
I rebase this for the use in TheRock on a more recent hipBLASLt commit (still tracking the ROCm/hipBLASLt repo): https://github.com/ROCm/TheRock/blob/7b4a3fdcc7fd32a46f4a3bf1891d4a91b1b88a8e/patches/amd-mainline/hipBLASLt/0001-Fix-linkage-for-tensilelite-host-target-and-bump-mxd.patch
This resolved the build failures we were previously facing. Thus, rebasing and merging this would be much apprechiated.
|
Link to the rebased patch applied in TheRock to rocm-libraries: https://github.com/ROCm/TheRock/blob/ddbf0acb10f63e9c6dfe586da132505fe9231eef/patches/amd-mainline/rocm-libraries/0002-Fix-linkage-for-tensilelite-host-target-and-bump-mxd.patch |
- Updates linkage for tensilelite-host msgpack dependency because it is a build and usage requirement. - Add tensilelite-host to rocroller host target Adopted from #702.
- Updates linkage for tensilelite-host msgpack dependency because it is a build and usage requirement. - Add tensilelite-host to rocroller host target Adopted from ROCm#702.
Uh oh!
There was an error while loading. Please reload this page.