Skip to content

Conversation

@36000
Copy link
Collaborator

@36000 36000 commented Jan 16, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 16, 2026 04:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds two NVIDIA CUDA package dependencies (nvidia-cuda-runtime and nvidia-curand) to the project's dependency list to support GPU-accelerated tractography functionality.

Changes:

  • Added nvidia-cuda-runtime dependency for CUDA runtime support
  • Added nvidia-curand dependency for CUDA random number generation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +17 to 21
"nvidia-cuda-runtime",
"nvidia-curand",
"cuda-python",
"cuda-core",
"cuda-cccl"
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The added dependencies lack version constraints. Consider adding version pins or at minimum version ranges to ensure reproducible builds and avoid potential compatibility issues. For example: nvidia-cuda-runtime>=12.0,<13.0 and nvidia-curand>=12.0,<13.0.

Suggested change
"nvidia-cuda-runtime",
"nvidia-curand",
"cuda-python",
"cuda-core",
"cuda-cccl"
"nvidia-cuda-runtime>=12.0,<13.0",
"nvidia-curand>=12.0,<13.0",
"cuda-python>=12.0,<13.0",
"cuda-core>=12.0,<13.0",
"cuda-cccl>=12.0,<13.0"

Copilot uses AI. Check for mistakes.
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.

1 participant