Eikonal Solver Performance¶
We have also performed benchmarks for more complicated use cases, one of which is the solution to the Eikonal equation, which is:
which is essentially solving an equation which propagages information outwards from source nodes at a speed defined by the speed function f. This benchmark requires many iterations for the kernel, and is a good test of shared memory performance.