File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ prior to calling this function.
20
20
# Arguments
21
21
22
22
- `array_constructor`: determines the `AbstractArray` implementation for
23
- which the correctness tests are run. It is assumed to be a callable object that
24
- takes in input arrays of type `Array` and return arrays of the desired type for
25
- testing: this would most commonly be a constructor such as `Array` or `CuArray`.
23
+ which the correctness tests are run. It is assumed to be a callable object that
24
+ takes in input arrays of type `Array` and return arrays of the desired type for
25
+ testing. For example, this can be a constructor such as `Array` or `CUDA. CuArray`.
26
26
- `test_real=true`: whether to test real-to-complex and complex-to-real FFTs.
27
27
- `test_inplace=true`: whether to test in-place plans.
28
28
"""
You can’t perform that action at this time.
0 commit comments