Skip to content

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

Open
rluo8 wants to merge 1 commit into
NVIDIA:mainfrom
rluo8:fix/field-value-sll-val
Open

fix(cuda.core): decode signed long long field values#2727
rluo8 wants to merge 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

Copy link
Copy Markdown

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

Labels

cuda.core Everything related to the cuda.core module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant