Commit d2aac61
committed
Remove _StridedLayout from cuda.core public API (NVIDIA#1932)
_StridedLayout is a private symbol (underscore-prefixed) that was
imported from cuda.core._layout into cuda/core/__init__.py, making it
unintentionally available as a public name. All internal usage
(in _memoryview.pyx) already imports it directly via cimport from the
private module, so the re-export in __init__.py is unnecessary.1 parent 448cacc commit d2aac61
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments