Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HIP] Builder for third-party libraries (Kokkos first) #405

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

jplehr
Copy link
Contributor

@jplehr jplehr commented Mar 4, 2025

This adds:

  • Builder for HIP-enabled Kokkos library build+test
  • Worker for that builder
  • Script for AnnotatedBuilder to build third-party libraries

This increases HIP test coverage substantially in the upstream and helps to identify issues earlier.
Initially, this will contain only Kokkos.
The Ginkgo library is lined up and will be added next.

@jplehr jplehr requested a review from gkistanova March 6, 2025 16:24
Copy link
Contributor

@gkistanova gkistanova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch, JP.

It looks fine with one small thing to address.

'tags' : ["amdgpu", "offload", "openmp"],
'workernames' : ["ext_buildbot_hw_05-hip-docker"],
'builddir': "hip-third-party-libs-test",
'collapseRequests' : True,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would make the builder collapse all the build requests unconditionally. You do not want this, Just remove this argument and let the default machinery do the work.

This adds:
- Builder for HIP-enabled Kokkos library build+test
- Worker for that builder
- Script for AnnotatedBuilder to build third-party libraries

This increases HIP test coverage substantially in the upstream and helps
to identify issues earlier.
Initially, this will contain only Kokkos.
The Ginkgo library is lined up and will be added next.
@jplehr jplehr merged commit 293d247 into llvm:main Mar 10, 2025
2 checks passed
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