-
Notifications
You must be signed in to change notification settings - Fork 294
[WIP] Misc CMake cleanups #6734
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
Draft
alliepiper
wants to merge
6
commits into
NVIDIA:main
Choose a base branch
from
alliepiper:thrust-test-params
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
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. |
Contributor
Author
|
/ok to test |
164abe8 to
bf9199b
Compare
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
bf9199b to
d632158
Compare
Contributor
Author
|
/ok to test |
d632158 to
1a543a3
Compare
Contributor
Author
|
/ok to test |
1a543a3 to
b42e71b
Compare
Contributor
Author
|
/ok to test |
b42e71b to
6b08fc0
Compare
Contributor
Author
|
/ok to test |
6b08fc0 to
befa02e
Compare
Contributor
Author
|
/ok to test |
befa02e to
ab06c84
Compare
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
ab06c84 to
dad86f4
Compare
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
dad86f4 to
e65da68
Compare
Contributor
Author
|
/ok to test |
e65da68 to
3725dea
Compare
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
3725dea to
9696e32
Compare
This comment has been minimized.
This comment has been minimized.
fa088dc to
101668c
Compare
Contributor
Author
|
/ok to test |
101668c to
4349ae1
Compare
Contributor
Author
|
/ok to test |
4349ae1 to
e3322a9
Compare
Contributor
Author
|
/ok to test |
e3322a9 to
d32f199
Compare
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
d32f199 to
8f85245
Compare
Contributor
Author
|
/ok to test |
378a4e5 to
8d16d7a
Compare
Contributor
Author
|
/ok to test |
8d16d7a to
fb852b1
Compare
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
Also some minor style formatting updates to prepare for cub/test refactor.
Thrust dispatches to CUB for kernels. We don't need to compile for all SMs in both projects.
fb852b1 to
a0f64dd
Compare
Contributor
Author
|
/ok to test |
a0f64dd to
30da2cf
Compare
Contributor
Author
|
/ok to test |
Contributor
😬 CI Workflow Results🟥 Finished in 3h 55m: Pass: 72%/33 | Total: 20h 14m | Max: 3h 54m | Hits: 77%/35236See results here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Quasi-experimental branch to clean up cruft.
Goal is to fix #6756.