Skip to content

test: skip LatchKernel event test without __nanosleep - #2611

Merged
rwgk merged 1 commit into
NVIDIA:mainfrom
rluo8:fix/skip-test-event-is-done-false-pre-volta
Aug 13, 2026
Merged

test: skip LatchKernel event test without __nanosleep#2611
rwgk merged 1 commit into
NVIDIA:mainfrom
rluo8:fix/skip-test-event-is-done-false-pre-volta

Conversation

@rluo8

@rluo8 rluo8 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Description

This is to fix the internal bug 6179497 which failed test_event_is_done_false for Pascal GPU.

cuda.core._utils.cuda_utils.NVRTCError: 6: NVRTC_ERROR_COMPILATION, compilation log:
E
E nvrtc: warning: Architectures prior to '<compute/sm>_75' are deprecated and may be removed in a future release
E default_program(23): error: identifier "__nanosleep" is undefined
E __nanosleep(1000000); // 1 ms

The fix is to skip the test for device with sm < 7.

@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label Aug 13, 2026
@rluo8 rluo8 self-assigned this Aug 13, 2026

@rwgk rwgk 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.

Thanks @rluo8!

@rwgk rwgk added this to the cuda.core 1.2.0 milestone Aug 13, 2026
@rwgk rwgk added the P0 High priority - Must do! label Aug 13, 2026
@github-actions

This comment has been minimized.

@rwgk
rwgk merged commit 9c7f19d into NVIDIA:main Aug 13, 2026
210 of 215 checks passed
@github-actions

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

@rluo8
rluo8 deleted the fix/skip-test-event-is-done-false-pre-volta branch August 14, 2026 00:31
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 P0 High priority - Must do!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants