Skip to content

fix(cuda.core): decode signed long long field values - #2727

Merged
mdboom merged 1 commit into
NVIDIA:mainfrom
rluo8:fix/field-value-sll-val
Aug 28, 2026
Merged

fix(cuda.core): decode signed long long field values#2727
mdboom merged 1 commit into
NVIDIA:mainfrom
rluo8:fix/field-value-sll-val

Conversation

@rluo8

@rluo8 rluo8 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Description

This is to fix internal bug 6683380 found during adding tests.

Fix FieldValue.value decoding for SIGNED_LONG_LONG values by reading the nvmlValue_t.sllVal member exposed as sll_val, instead of the nonexistent ll_val member.

Add a regression test covering signed long long field value decoding.

Signed-off-by: Rui Luo <ruluo@nvidia.com>
@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label Aug 28, 2026
@rluo8 rluo8 self-assigned this Aug 28, 2026
@rluo8
rluo8 requested a review from mdboom August 28, 2026 07:36
@github-actions

This comment has been minimized.

@mdboom mdboom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Good catch, thanks!

@mdboom
mdboom enabled auto-merge (squash) August 28, 2026 13:10
@mdboom mdboom added the bug Something isn't working label Aug 28, 2026
@mdboom mdboom added this to the cuda.core 1.2.0 milestone Aug 28, 2026
@mdboom
mdboom merged commit 1d9ff05 into NVIDIA:main Aug 28, 2026
111 of 113 checks passed
@github-actions

Copy link
Copy Markdown
Doc Preview CI
Preview removed because the pull request was closed or merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cuda.core Everything related to the cuda.core module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants