Commit e3ebf05
committed
[doc-only] cuda.bindings: clarify getLocalRuntimeVersion docstring
The docstring for getLocalRuntimeVersion() largely duplicated that of
cudaRuntimeGetVersion() without explaining the actual behavioral
difference. Update it to describe that this function dynamically locates
the cudart shared library via cuda.pathfinder and queries that locally
discovered library, whose version may differ from the cudart that
cuda.bindings was built against.
Closes #1062
Signed-off-by: matysanchez <matysanchez@users.noreply.github.com>1 parent 4ceaddc commit e3ebf05
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42117 | 42117 | | |
42118 | 42118 | | |
42119 | 42119 | | |
42120 | | - | |
| 42120 | + | |
42121 | 42121 | | |
42122 | | - | |
42123 | | - | |
42124 | | - | |
| 42122 | + | |
| 42123 | + | |
| 42124 | + | |
| 42125 | + | |
| 42126 | + | |
| 42127 | + | |
| 42128 | + | |
42125 | 42129 | | |
42126 | | - | |
42127 | | - | |
42128 | | - | |
| 42130 | + | |
| 42131 | + | |
42129 | 42132 | | |
42130 | 42133 | | |
42131 | 42134 | | |
| |||
42139 | 42142 | | |
42140 | 42143 | | |
42141 | 42144 | | |
42142 | | - | |
| 42145 | + | |
42143 | 42146 | | |
42144 | 42147 | | |
42145 | 42148 | | |
| |||
0 commit comments