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

Use GCC 13 in CUDA 12 conda builds. #567

Open
wants to merge 2 commits into
base: branch-25.02
Choose a base branch
from

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jan 13, 2025

Description

conda-forge is using GCC 13 for CUDA 12 builds. This PR updates CUDA 12 conda builds to use GCC 13, for alignment.

These PRs should be merged in a specific order, see rapidsai/build-planning#129 for details.

@bdice bdice added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jan 13, 2025
Copy link

copy-pr-bot bot commented Jan 13, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@bdice bdice marked this pull request as ready for review January 13, 2025 19:29
@bdice bdice requested review from a team as code owners January 13, 2025 19:29
@bdice bdice requested a review from jameslamb January 13, 2025 19:29
@bdice bdice self-assigned this Jan 13, 2025
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

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

Approving the packaging changes, assuming the fix for this build issue will be small and/or reviewed by C++ codeowners:

/opt/conda/conda-bld/work/cpp/src/neighbors/detail/dynamic_batching.cuh: In constructor 'constexpr cuvs::neighbors::dynamic_batching::detail::batch_token::batch_token(uint32_t)':
/opt/conda/conda-bld/work/cpp/src/neighbors/detail/dynamic_batching.cuh:242:62: error: call to non-'constexpr' function 'uint32_t& cuvs::neighbors::dynamic_batching::detail::batch_token::id()' [-Werror=invalid-constexpr]
  242 |   explicit constexpr inline batch_token(uint32_t buffer_id) { id() = buffer_id; }
      |                                                      ~~~~~~~~^~
/opt/conda/conda-bld/work/cpp/src/neighbors/detail/dynamic_batching.cuh:258:1: note: 'uint32_t& cuvs::neighbors::dynamic_batching::detail::batch_token::id()' declared here
  258 |   RAFT_INLINE_FUNCTION auto id() noexcept -> uint32_t&
      | ^ 

(build link)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake DO NOT MERGE improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants