[NVVM] Expose nvvm version detection in cuda.bindings.utils.#1837
[NVVM] Expose nvvm version detection in cuda.bindings.utils.#1837rwgk merged 17 commits intoNVIDIA:mainfrom
Conversation
|
pre-commit.ci autofix |
| @@ -0,0 +1,93 @@ | |||
| # SPDX-FileCopyrightText: Copyright (c) 2026-2027 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |||
|
pre-commit.ci autofix |
|
pre-commit.ci autofix |
|
/ok to test c13c860 |
|
/ok to test e2afa85 |
This comment has been minimized.
This comment has been minimized.
|
This doesn't work with the cuda-bindings from the 12.9.x backport branch, e.g.: https://github.com/NVIDIA/cuda-python/actions/runs/24091305075/job/70279241852?pr=1837
That makes using it from @leofang how would you handle this situation? |
|
@abhilash1910 — Offline we decided (roughly): let's move the (or some) tests to |
|
pre-commit.ci autofix |
rwgk
left a comment
There was a problem hiding this comment.
A few pretty minor suggestions (docstring fixes and test code only).
I verified that all existing test coverage is preserved.
|
pre-commit.ci autofix |
|
/ok to test 9ad12b1 |
|
/ok to test 9ad12b1 |
|
/ok to test 9ad12b1 |
@rwgk, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/2/ |
|
/ok to test d821db1 |
This comment has been minimized.
This comment has been minimized.
3 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
…1837) * refactor cuda bindings utils for nvvm * [pre-commit.ci] auto code formatting * refresh * renaming * exceptions * refresh * [pre-commit.ci] auto code formatting * refresh * [pre-commit.ci] auto code formatting * refresh * refresh * refresh * [pre-commit.ci] auto code formatting * refresh * [pre-commit.ci] auto code formatting * refresh --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Fixes issue #1457 . Provides an api call to
cuda.bindings.utilsto check the version of nvvm.@leofang @rwgk pinging for review.