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

Rename variable MAX_NESTED_DEPTH to MAX_STACK_DEPTH #2683

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

ustcfy
Copy link
Collaborator

@ustcfy ustcfy commented Dec 12, 2024

Description

This PR updates the constant MAX_NESTED_DEPTH to MAX_STACK_DEPTH to better reflect the current implementation. With recent performance improvements aimed at saving stack depth, it is more appropriate to rename it to MAX_STACK_DEPTH.

Changes Made

  • Renamed MAX_NESTED_DEPTH to MAX_STACK_DEPTH.

@ustcfy ustcfy requested a review from res-life December 12, 2024 02:42
@ustcfy ustcfy self-assigned this Dec 12, 2024
@ustcfy ustcfy changed the title Rename variable MAX_NESTED_DEPTH to MAX_STACK_DEPTH Rename variable MAX_NESTED_DEPTH to MAX_STACK_DEPTH Dec 12, 2024
@ustcfy
Copy link
Collaborator Author

ustcfy commented Dec 12, 2024

build

@res-life res-life merged commit 5ef74f5 into NVIDIA:branch-25.02 Dec 12, 2024
5 checks passed
@ustcfy ustcfy deleted the refactor/rename-variable branch December 12, 2024 05:09
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