Skip to content

Commit

Permalink
adding footnote to introduction to refer to the derivation of the dfa…
Browse files Browse the repository at this point in the history
… matmul
  • Loading branch information
Ravenwater committed Jan 4, 2025
1 parent 516dd26 commit d4045bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/introduction/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ series = [ "introduction" ]

Let's look at a simple, but frequently used operator in Deep Learning inference:
dense matrix multiplication.
A Domain Flow program for this operator is shown below:
A Domain Flow program <sup>[1](#derivation)</sup> for this operator is shown below:

```verbatim
compute ( (i,j,k) | 1 <= i,j,k <= N ) {
Expand Down Expand Up @@ -69,3 +69,4 @@ of input operands to avoid memory elements.

In the next segment, let's explore these execution patterns.

<a name="derivation">1</a>: [Derivation of Domain Flow Matmul](https://stillwater-sc.github.io/domain-flow/introduction/derivation)</a>

0 comments on commit d4045bc

Please sign in to comment.