Commit 1d0064d
committed
Remove _SynchronousMemoryResource from cuda.core._memory public API
Remove _SynchronousMemoryResource from __all__ in _legacy.py since it is
a private symbol (underscore-prefixed) that should not be part of the
public API surface.
Update internal imports in _device.pyx and test_launcher.py to use the
full private module path (cuda.core._memory._legacy) instead of the
package-level import.1 parent d818a75 commit 1d0064d
File tree
3 files changed
+4
-4
lines changed- cuda_core
- cuda/core
- _memory
- tests
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1145 | 1145 | | |
1146 | 1146 | | |
1147 | 1147 | | |
1148 | | - | |
| 1148 | + | |
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments