Skip to content

Commit

Permalink
Update accelerate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-broman authored Nov 26, 2023
1 parent 77673e3 commit 0137f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/accelerate.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ using `mi compile --accelerate example.mc`, the `map` function `f` is applied
to the elements of `s` in parallel, on the GPU. In this case, as we make use of
`map`, it will execute using the Futhark backend.

See the [accelerate examples](test/examples/accelerate) directory for more
See the [accelerate examples](https://github.com/miking-lang/miking/tree/develop/test/accelerate) directory for more
examples.

## Sequence sizes
Expand Down

0 comments on commit 0137f79

Please sign in to comment.