File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ excels in many areas due to purposeful design decisions:
24
24
- Parallelism: ModelingToolkit.jl has pervasive parallelism. The
25
25
symbolic simplification via [ SymbolicUtils.jl] ( https://github.com/JuliaSymbolics/SymbolicUtils.jl )
26
26
has built-in parallelism, ModelingToolkit.jl builds functions that
27
- parallelizes across threads and multiprocesses across clusters,
28
- and it has dynamic scheduling through tools like [ Dagger.jl] ( https://github.com/JuliaParallel/Dagger.jl ) .
29
- ModelingToolkit.jl is compatible with GPU libraries like CUDA.jl.
27
+ parallelizes across threads. ModelingToolkit.jl is compatible with GPU libraries like CUDA.jl.
30
28
- Scientific Machine Learning (SciML): ModelingToolkit.jl is made to synergize
31
29
with the high performance Julia SciML ecosystem in many ways. At a
32
30
base level, all expressions and built functions are compatible with
You can’t perform that action at this time.
0 commit comments