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

Building different Cuda versions section profile does not take effect [skip ci] #9328

Merged
merged 2 commits into from Sep 29, 2023

Conversation

kuhushukla
Copy link
Collaborator

Fixes #9327
No unit tests needed as it is a minor doc change.

I have one question regarding this change , whether we did intend having or had cuda versions as profiles in maven pom settings and if that is preferred over current change? CC: @gerashegalov

Signed-off-by: Kuhu Shukla <kuhus@nvidia.com>
gerashegalov
gerashegalov previously approved these changes Sep 28, 2023
Copy link
Collaborator

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

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

LGTM

looks we removed these profiles in #3411 probably with the rationale that the profiles whose whole content is just one property do not add much value

@gerashegalov gerashegalov added build Related to CI / CD or cleanly building documentation Improvements or additions to documentation labels Sep 28, 2023
@gerashegalov gerashegalov changed the title Building different Cuda versions section profile does not take effect Building different Cuda versions section profile does not take effect [skip ci] Sep 28, 2023
@gerashegalov
Copy link
Collaborator

build

CONTRIBUTING.md Outdated
You can build against different versions of the CUDA Toolkit by using one of the following profiles:
* `-Pcuda11` (CUDA 11.0/11.1/11.2, default)
You can build against different versions of the CUDA Toolkit by modifying the variable `cuda.version`:
* `-Dcuda.version=cuda11` (CUDA 11.0/11.1/11.2, default)
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit,

Suggested change
* `-Dcuda.version=cuda11` (CUDA 11.0/11.1/11.2, default)
* `-Dcuda.version=cuda11` (set to `cuda11` for CUDA 11.x, or `cuda12` for CUDA 12.x)

Copy link
Member

Choose a reason for hiding this comment

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

cuda12 should be on a separate line. This already has the list-of-1 problem, so might as well lean into the fact that it's a list of values and add a new entry.

Signed-off-by: Kuhu Shukla <kuhus@nvidia.com>
@sameerz
Copy link
Collaborator

sameerz commented Sep 29, 2023

build

@abellina abellina merged commit 199b35c into NVIDIA:branch-23.10 Sep 29, 2023
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Building different Cuda versions section profile does not take effect
5 participants