Commit 6fc77b7
committed
Delete cuda_core fallback explanation copies, import from cuda.bindings (#1712)
Remove the vendored explanation dicts from cuda_core. cuda_utils.pyx now
imports directly from cuda.bindings._utils with a ModuleNotFoundError
fallback to an empty dict, so error messages gracefully degrade when
paired with older cuda-bindings that don't ship the dicts.
Made-with: Cursor1 parent 89a2052 commit 6fc77b7
4 files changed
Lines changed: 13 additions & 966 deletions
File tree
- cuda_core
- cuda/core/_utils
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
| |||
0 commit comments