File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ def asarray(
85
85
86
86
See the corresponding documentation in the array library and/or the array API
87
87
specification for more details.
88
-
89
- 'namespace' may be an array module namespace. This is needed to support
90
- conversion of sequences of Python scalars.
91
88
"""
92
89
with cp .cuda .Device (device ):
93
90
# cupy is like NumPy 1.26 (except without _CopyMode). See the comments
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ def asarray(
93
93
94
94
See the corresponding documentation in the array library and/or the array API
95
95
specification for more details.
96
-
97
- 'namespace' may be an array module namespace. This is needed to support
98
- conversion of sequences of Python scalars.
99
96
"""
100
97
if np .__version__ [0 ] >= '2' :
101
98
# NumPy 2.0 asarray() is completely array API compatible. No need for
You can’t perform that action at this time.
0 commit comments