File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ struct MultithreadedForm <: ParallelForm
13
13
ntasks:: Int
14
14
end
15
15
MultithreadedForm () = MultithreadedForm (2 * nthreads ())
16
- struct DistributedForm <: ParallelForm end
17
- struct DaggerForm <: ParallelForm end
18
16
19
17
"""
20
18
`build_function`
@@ -160,10 +158,6 @@ Special Keyword Argumnets:
160
158
- `SerialForm()`: Serial execution.
161
159
- `MultithreadedForm()`: Multithreaded execution with a static split, evenly
162
160
splitting the number of expressions per thread.
163
- - `DistributedForm()`: Multiprocessing using Julia's Distributed with a static
164
- schedule, evenly splitting the number of expressions per process.
165
- - `DaggerForm()`: Multithreading and multiprocessing using Julia's Dagger.jl
166
- for dynamic scheduling and load balancing.
167
161
- `conv`: The conversion function of the Operation to Expr. By default this uses
168
162
the `toexpr` function.
169
163
- `checkbounds`: For whether to enable bounds checking inside of the generated
You can’t perform that action at this time.
0 commit comments