Skip to content

Conversation

@gmarkall
Copy link
Contributor

- Revert NVIDIA#536 "perf: remove context threading in various pointer abstractions" (NVIDIA#611)
- fix: empty array type mismatch between host and device (NVIDIA#612)
- fix: warp vote operations must use a constant int for the `mode` parameter (NVIDIA#606)
@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 27, 2025

Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@gmarkall gmarkall requested a review from rparolin November 27, 2025 17:44
@gmarkall gmarkall added the 3 - Ready for Review Ready for review by team label Nov 27, 2025
@gmarkall
Copy link
Contributor Author

/ok to test

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 27, 2025

Greptile Overview

Greptile Summary

This PR bumps the version from 0.21.1 to 0.21.2, creating a patch release that includes three important fixes merged since the previous version.

The three fixes included in this release are:

This is a standard version bump with appropriate semantic versioning (patch increment for bug fixes). The change is minimal, touching only the VERSION file, which is expected for release preparation.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The change is a straightforward version increment following semantic versioning principles (patch version bump for bug fixes). The VERSION file change is trivial and follows the established pattern. The three fixes referenced in the PR description align with the git history between 0.21.1 and this commit.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
numba_cuda/VERSION 5/5 Version bumped from 0.21.1 to 0.21.2 to reflect patch release with three fixes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request
    participant CI as CI/CD Pipeline
    participant Pkg as Package Registry
    
    Note over Dev,PR: Three bug fixes merged
    Dev->>PR: #606: Fix warp vote operations
    Dev->>PR: #612: Fix empty array type mismatch
    Dev->>PR: #611: Revert context threading changes
    
    Note over Dev,PR: Version bump to 0.21.2
    Dev->>PR: Update VERSION file (0.21.1 → 0.21.2)
    PR->>CI: Trigger build and tests
    CI->>CI: Run test suite
    CI->>CI: Build distribution packages
    CI-->>PR: Tests pass
    
    Note over PR,Pkg: Ready for release
    PR->>Pkg: Publish 0.21.2 package
    Pkg->>Pkg: Make available for installation
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@gmarkall gmarkall merged commit 4727046 into NVIDIA:main Nov 27, 2025
141 of 142 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants