We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7501a86 commit ad19a84Copy full SHA for ad19a84
1 file changed
doc/modules/array_api.rst
@@ -92,8 +92,8 @@ The example code snippet below demonstrates how to use `CuPy
92
After the model is trained, fitted attributes that are arrays will also be from
93
the same Array API namespace as the training data. For example, if CuPy's Array
94
API namespace was used for training, then fitted attributes will be on the GPU.
95
-Passing data in a different namespace to ``transform`` or ``predict`` is an
96
-error::
+Passing data in a different namespace or in a different device within the same
+namespace to ``transform`` or ``predict`` is an error::
97
98
>>> with config_context(array_api_dispatch=True):
99
... lda.transform(X_np)
0 commit comments