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

Fixes for Python 3.7 docs environment #3206

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

shwina
Copy link
Contributor

@shwina shwina commented Dec 20, 2024

Description

Docs builds are currently failing because cuda.parallel is not importable on Python 3.7 environments (which our docs build environment is stuck on). This PR fixes that by making cuda.parallel importable with Python 3.7.

Additional Context

The Sphinx autodoc extension requires modules to be importable.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@shwina shwina requested review from a team as code owners December 20, 2024 01:23
Copy link
Contributor

🟩 CI finished in 24m 37s: Pass: 100%/1 | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
  • 🟩 python: Pass: 100%/1 | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s

    🟩 cpu
      🟩 amd64              Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 ctk
      🟩 12.6               Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 cudacxx
      🟩 nvcc12.6           Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 cudacxx_family
      🟩 nvcc               Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 cxx
      🟩 GCC13              Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 cxx_family
      🟩 GCC                Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 gpu
      🟩 v100               Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    🟩 jobs
      🟩 Test               Pass: 100%/1   | Total: 24m 37s | Avg: 24m 37s | Max: 24m 37s
    

👃 Inspect Changes

Modifications in project?

Project
CCCL Infrastructure
libcu++
CUB
Thrust
CUDA Experimental
+/- python
CCCL C Parallel Library
Catch2Helper

Modifications in project or dependencies?

Project
CCCL Infrastructure
libcu++
CUB
Thrust
CUDA Experimental
+/- python
CCCL C Parallel Library
Catch2Helper

🏃‍ Runner counts (total jobs: 1)

# Runner
1 linux-amd64-gpu-v100-latest-1

@shwina shwina merged commit 68bc2b5 into NVIDIA:main Dec 20, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants