Skip to content

Conversation

@gmarkall
Copy link
Contributor

@gmarkall gmarkall commented Dec 2, 2025

- Add DWARF address class support for shared memory arrays (NVIDIA#594)
@copy-pr-bot
Copy link

copy-pr-bot bot commented Dec 2, 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
Copy link
Contributor Author

gmarkall commented Dec 2, 2025

/ok to test

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 2, 2025

Greptile Overview

Greptile Summary

Version bumped from 0.21.3 to 0.22.0 to release the DWARF address class support feature merged in PR #594.

Changes:

  • Updated numba_cuda/VERSION from 0.21.3 to 0.22.0

Note: The PR description references the DWARF address class support feature, but that functionality was already merged in commit 9e0a986 (PR #594). This PR simply bumps the version number to mark a new minor release that includes that feature.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it only updates a version number
  • The change is a straightforward version bump from 0.21.3 to 0.22.0 in a single VERSION file. The version management system reads this file via importlib.resources, and the change follows the project's established pattern for version bumps (similar to commits 1dd1e7a, 4727046, etc.)
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
numba_cuda/VERSION 5/5 Version bumped from 0.21.3 to 0.22.0 for new release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Git as Git Repository
    participant Version as VERSION File
    participant Build as Build System
    
    Dev->>Git: Commit "Bump version to 0.22.0"
    Dev->>Version: Update 0.21.3 → 0.22.0
    Build->>Version: Read version via importlib.resources
    Build->>Build: Set __version__ = "0.22.0"
    Note over Build: Version propagates to:<br/>- pyproject.toml (dynamic)<br/>- Package metadata<br/>- Distribution artifacts
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 9ff5fac into NVIDIA:main Dec 3, 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants