[NVVM] Expose nvvm version detection in cuda.bindings.utils.#1837
[NVVM] Expose nvvm version detection in cuda.bindings.utils.#1837abhilash1910 wants to merge 11 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 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 |
Description
Fixes issue #1457 . Provides an api call to
cuda.bindings.utilsto check the version of nvvm.@leofang @rwgk pinging for review.