Skip to content

Commit

Permalink
docs(frontend): disable a link check which is too flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama committed Aug 28, 2024
1 parent bea18cf commit 2afc3d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/optimization/improve-parallelism/self.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This guide teaches the different options for parallelism in Concrete and how to

Modern CPUs have multiple cores to perform computation and utilizing multiple cores is a great way to boost performance.

<!-- markdown-link-check-disable -->
There are two kinds of parallelism in Concrete:
- Loop parallelism to make tensor operations parallel, achieved by using [OpenMP](https://www.openmp.org/)
- Dataflow parallelism to make independent operations parallel, achieved by using [HPX](https://hpx.stellar-group.org/)
<!-- markdown-link-check-enable -->

Loop parallelism is enabled by default, as it's supported on all platforms. Dataflow parallelism however is only supported on Linux, hence not enabled by default.

0 comments on commit 2afc3d2

Please sign in to comment.