-
Notifications
You must be signed in to change notification settings - Fork 190
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
Add docs instructions on how to utilize CMake Presets #1694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Here are some suggestions for consideration:
@gonidelis Hi! I haven't had a chance to look at this. Will do so as soon as I can. Thanks for tagging me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for excellent documentation! : - )
🟩 CI Results [ Failed: 0 | Passed: 306 | Total: 306 ]
|
# | Runner |
---|---|
232 | linux-amd64-cpu16 |
32 | linux-amd64-gpu-v100-latest-1 |
24 | linux-arm64-cpu16 |
18 | windows-amd64-cpu16 |
👃 Inspect Changes
Modifications in project?
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great addition, thanks for writing it up!
Most of my comments are just context, and might not be relevant depending on whether this guide is for someone setting up a dev environment or trying to repo a CI failure.
🟨 CI Results [ Failed: 1 | Passed: 305 | Total: 306 ]
|
# | Runner |
---|---|
232 | linux-amd64-cpu16 |
32 | linux-amd64-gpu-v100-latest-1 |
24 | linux-arm64-cpu16 |
18 | windows-amd64-cpu16 |
👃 Inspect Changes
Modifications in project?
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
🟩 CI Results [ Failed: 0 | Passed: 306 | Total: 306 ]
|
# | Runner |
---|---|
232 | linux-amd64-cpu16 |
32 | linux-amd64-gpu-v100-latest-1 |
24 | linux-arm64-cpu16 |
18 | windows-amd64-cpu16 |
👃 Inspect Changes
Modifications in project?
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust | |
CUDA Experimental |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
Fixes #1689.
Adds instructions on how to use our
CMakePresets.json
from either terminal or VS Code GUI.One of my considerations is that I added the images under the
.devcontainer/img
directory as it is the only folder where we are storing images thus far. Another thing is that I may have added too many images and source size is increased more than it should.Finally if the instructions I wrote have too much clutter in it, please let me know so I can reduce them.
It would be ideal if we found a volunteer who is agnostic to the CMake Presets (@mhoemmen random tag) to give us some feedback before merging.
@jrhemstad @gevtushenko I would appreciate your feedback on all three of my concerns.