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.
2020# Arguments
2121
2222- `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`.
2626- `test_real=true`: whether to test real-to-complex and complex-to-real FFTs.
2727- `test_inplace=true`: whether to test in-place plans.
2828"""
You can’t perform that action at this time.
0 commit comments