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

[gpuCI] Forward-merge branch-22.06 to branch-22.08 [skip gpuci] #707

Closed
wants to merge 3 commits into from

Conversation

GPUtester
Copy link
Contributor

Forward-merge triggered by push to branch-22.06 that creates a PR to keep branch-22.08 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

Our `devel` Docker containers need to be switched to using `conda` compilers to resolve a linking error. `raft` is in those containers, but hasn't yet been built with `conda` compilers. This PR addresses that.

These changes won't cleanly merge into `branch-22.08` unfortunately due to the changes in #641, but we can address that another time.

Authors:
   - AJ Schmidt (https://github.com/ajschmidt8)
   - Corey J. Nolet (https://github.com/cjnolet)
   - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
   - Corey J. Nolet (https://github.com/cjnolet)
@GPUtester GPUtester requested review from a team as code owners June 7, 2022 14:47
@GPUtester
Copy link
Contributor Author

FAILURE - Unable to forward-merge due to conflicts, manual merge is necessary. Do not use the Resolve conflicts option in this PR, follow these instructions https://docs.rapids.ai/maintainers/gpuci/#forward-mergers
IMPORTANT: Before merging and approving this PR, be sure to change the merging strategy to Create a Merge Commit. Otherwise, history will be lost and the branches become incompatible.

@github-actions github-actions bot added the gpuCI label Jun 7, 2022
@cjnolet
Copy link
Member

cjnolet commented Jun 13, 2022

#705 should fix this conflict. The problem is that the changes introduced into 22.08 which build a separate test conda package assume that the actual API functions for the CTK libs are available across all supported toolkit versions- which isn't the case in a few of them. As an example, there are cusparse functions which were introduced into CTK 11.2 which we use and these aren't available in CTK 11.0. Our current CI is attempting to build a package in CUDA 11.2+ and then execute it in resources containing only CUDA toolkit 11.0. This just simply won't work because the symbols for 11.2 libraries won't be available in 11.0.

Tagging @robertmaynard for any thoughts. Maybe we can consider statically building the cuda toolkit libraries just to pass CI? Otherwise, we might need to consider building the tests conda package fresh in the GPU builds, rather than trying to reuse the one built in the CPU builds.

cc @ajschmidt8 @raydouglass for awareness.

@cjnolet cjnolet closed this Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants