File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ EnsembleSplitThreads
45
45
with hyperparallelism. It will automatically recompile your Julia functions to the GPU. A standard GPU sees
46
46
a 5x performance increase over a 16 core Xeon CPU. However, there are limitations on what functions can
47
47
auto-compile in this fashion, please see [ DiffEqGPU for more details] ( https://docs.sciml.ai/DiffEqGPU/stable/ )
48
- - ` EnsembleGPUKernel() ` - Requires installing and ` using DiffEqGPU ` . This uses a GPU for computing the ensemble
49
- with hyperparallelism by building a custom GPU kernel. This can have drastically less overhead (for example,
50
- achieving 15x accelerating against Jax and PyTorch, see
51
- [ this paper for more details] ( https://www.sciencedirect.com/science/article/abs/pii/S0045782523007156 ) ) but
52
- has limitations on what kinds of problems are compatible. See
53
- [ DiffEqGPU for more details] ( https://docs.sciml.ai/DiffEqGPU/stable/ )
48
+ - ` EnsembleGPUKernel() ` - Requires installing and ` using DiffEqGPU ` . This uses a GPU for computing the ensemble
49
+ with hyperparallelism by building a custom GPU kernel. This can have drastically less overhead (for example,
50
+ achieving 15x accelerating against Jax and PyTorch, see
51
+ [ this paper for more details] ( https://www.sciencedirect.com/science/article/abs/pii/S0045782523007156 ) ) but
52
+ has limitations on what kinds of problems are compatible. See
53
+ [ DiffEqGPU for more details] ( https://docs.sciml.ai/DiffEqGPU/stable/ )
54
54
55
55
### Choosing an Ensembler
56
56
You can’t perform that action at this time.
0 commit comments