Skip to content

Commit 4196931

Browse files
Update build_function.jl
1 parent cca7173 commit 4196931

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/build_function.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ struct MultithreadedForm <: ParallelForm
1313
ntasks::Int
1414
end
1515
MultithreadedForm() = MultithreadedForm(2*nthreads())
16-
struct DistributedForm <: ParallelForm end
17-
struct DaggerForm <: ParallelForm end
1816

1917
"""
2018
`build_function`
@@ -160,10 +158,6 @@ Special Keyword Argumnets:
160158
- `SerialForm()`: Serial execution.
161159
- `MultithreadedForm()`: Multithreaded execution with a static split, evenly
162160
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.
167161
- `conv`: The conversion function of the Operation to Expr. By default this uses
168162
the `toexpr` function.
169163
- `checkbounds`: For whether to enable bounds checking inside of the generated

0 commit comments

Comments
 (0)