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

Add warning about the end of support for CUDA 10.2 #4334

Merged
merged 4 commits into from
Oct 13, 2022

Conversation

stiepan
Copy link
Member

@stiepan stiepan commented Oct 12, 2022

Signed-off-by: Kamil Tokarski ktokarski@nvidia.com

Category:

Description:

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

Tests:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
@JanuszL JanuszL self-assigned this Oct 12, 2022
Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6157583]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6157583]: BUILD PASSED

@@ -51,6 +51,11 @@ def deprecation_warning(what):
"The next release will support only 10.2 from 10.x familly. "
"Please update your environment to CUDA version 10.2 or newer.")

if __cuda_version__ < 110:
Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, so actually for 102 build it says __cuda_version__ = 10289

Copy link
Contributor

Choose a reason for hiding this comment

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

Make sense.

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6158413]: BUILD STARTED

@stiepan
Copy link
Member Author

stiepan commented Oct 12, 2022

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6158852]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6158413]: BUILD PASSED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6158852]: BUILD PASSED

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
Comment on lines -50 to -52
deprecation_warning("DALI 1.3 is the last official release that supports CUDA 10.0. "
"The next release will support only 10.2 from 10.x familly. "
"Please update your environment to CUDA version 10.2 or newer.")
Copy link
Member Author

Choose a reason for hiding this comment

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

This was a dead code as the __cuda_version__ is build time thingy and we don't build with cuda 10.0.

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6168732]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [6168732]: BUILD PASSED

@stiepan stiepan merged commit ab0d974 into NVIDIA:main Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants