Skip to content

Conversation

@dhonnappa-amd
Copy link

Cherry-pick of #2468

Fixes SWDEV-543698

This PR fixes the errors like below:

[rank7]: RuntimeError: /tmp/comgr-c3c81b/input/CompileSourceejOPx6:34:8:
error: unknown type name 'uint64_t'; did you mean
'__hip_internal::uint64_t'? [rank7]: 34 | if(((uint64_t) t0.data) % (4 *
sizeof(half)) != 0) flag_vec4 = false;

Earlier uint64_t was defined in HIP headers in std namespace. Now it is
moved to __hip_internal namespace in hip headers. This change is made in
ROCm 7.0.

Fixes https://ontrack-internal.amd.com/browse/SWDEV-543698
@rocm-repo-management-api
Copy link

rocm-repo-management-api bot commented Sep 12, 2025

Jenkins build for 9a083960ffcf8ab7668a38eb9d72d287320618a0 commit finished as FAILURE
Links: Blue Ocean view / Build artifacts

@dhonnappa-amd dhonnappa-amd deleted the autogenerated/rocm7.1_internal_testing_cherry-pick_pr-2468 branch September 12, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants