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 f2d189b commit 9752dbbCopy full SHA for 9752dbb
src/Evaluate.jl
@@ -37,7 +37,7 @@ This holds options for expression evaluation, such as evaluation backend.
37
38
- `turbo::Val{T}`: If `Val{true}`, use LoopVectorization.jl for faster
39
evaluation.
40
-- `bumper::Val{B}`: If `Val{true}, use Bumper.jl for faster evaluation.
+- `bumper::Val{B}`: If `Val{true}`, use Bumper.jl for faster evaluation.
41
- `early_exit::Val{E}`: If `Val{true}`, any element of any step becoming
42
`NaN` or `Inf` will terminate the computation and the whole buffer will be
43
returned with `NaN`s. This makes sure that expressions with singularities
0 commit comments