Uh oh!
There was an error while loading. Please reload this page.
cuda.core: add tests for ObjectCode.from_object - #2193
Conversation
lijinf2
commented
Jun 10, 2026
/ok to test |
@lijinf2, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
lijinf2
commented
Jun 10, 2026
/ok to test bbfbbdf98e28edbcd046f9a6c4962ea44668fcd1 |
This comment has been minimized.
This comment has been minimized.
lijinf2
commented
Jun 11, 2026
/ok to test 44a490e6e331e456628901ffc1bf16f25b6e7909 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
leofang
commented
Jun 11, 2026
Need to merge with the latest main to fix CI. |
lijinf2
commented
Jun 12, 2026
/ok to test a36588b446caa60427a56106ff9ca0d688b9d547 |
lijinf2
commented
Jun 15, 2026
/ok to test 7d16a6475d2d6e6d027275c3f177e498f111750c |
leofang
commented
Jun 15, 2026
/ok to test 1e0580d |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lijinf2
commented
Jun 15, 2026
/ok to test 4575865 |
lijinf2
commented
Jun 15, 2026
/ok to test e2ad6c1 |
lijinf2
commented
Jun 16, 2026
/ok to test c224dfc |
Co-authored-by: Leo Fang <leo80042@gmail.com>
…sion mismatch in ci blackwell gpu
lijinf2
commented
Jun 26, 2026
/ok to test b06b5be6faa396c2414b74ecaff98cc20caa56b8 |
1 similar comment
lijinf2
commented
Jun 26, 2026
/ok to test b06b5be6faa396c2414b74ecaff98cc20caa56b8 |
lijinf2
commented
Jun 26, 2026
/ok to test 421f8c734b8e040fa842d5204f3624dbca8df4e5 |
lijinf2
commented
Jun 26, 2026
/ok to test 463aa4b |
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
Description
Part of Issue #663.
Adds tests for
ObjectCode.from_objectand theCI plumbing needed to support them.
cuda_core/tests/test_binaries/saxpy.cu.build-wheel.yml): Compile saxpy.cu to saxpy.o using nvcc, uploadedas
${CUDA_CORE_ARTIFACT_NAME}-test-binaries.test-wheel-{linux,windows}.yml): download the artifact intocuda_core/tests/test_binaries/.test_module.py): newget_saxpy_objectfixture reads bytesfrom
cuda_core/tests/test_binaries/saxpy.o; two new tests cover thebytes and file-path paths of
ObjectCode.from_object.saxpy.owithnvccon demand if available, elseskip the new tests.
Checklist