Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
/cubPublic archive

Initial port to new monorepo build system.#704

Draft
alliepiper wants to merge14 commits intoNVIDIA:main
base:main
Choose a base branch
Loading
fromalliepiper:monorepo_submodules

Conversation

alliepiper
Copy link
Collaborator

No description provided.

@alliepiperalliepiper marked this pull request as draftMay 26, 2023 14:52
@alliepiperalliepiper mentioned this pull requestMay 26, 2023
28 tasks
@jrhemstad
Copy link
Collaborator

Incub-config.cmake, we should update theset(cub_libudacxx_version XXX) to always be the same version as CUB itself.

Now that we will be synchronizing versions across components, we aren't going to try and support mix&match different versions of components.

alliepiper reacted with thumbs up emoji

Comment on lines +140 to +142
if (CUB_ENABLE_RDC_TESTS OR CUB_FORCE_RDC)
set(use_rdc_for_catch2_utils ON)
endif()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like else branch:

Suggested change
if (CUB_ENABLE_RDC_TESTS OR CUB_FORCE_RDC)
set(use_rdc_for_catch2_utils ON)
endif()
if (CUB_ENABLE_RDC_TESTS OR CUB_FORCE_RDC)
set(use_rdc_for_catch2_utils ON)
endif()

This allows the install rules to be generated for all projects evenwhen the dev builds are disabled.
These are now handled at the CCCL level, using newer and morerobust techniques.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@robertmaynardrobertmaynardrobertmaynard requested changes

@gevtushenkogevtushenkogevtushenko left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@alliepiper@jrhemstad@robertmaynard@gevtushenko

[8]ページ先頭

©2009-2025 Movatter.jp