Skip to content

Commit

Permalink
nvidia name
Browse files Browse the repository at this point in the history
  • Loading branch information
gswirski committed Feb 28, 2025
1 parent f3618ad commit bcee821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/intro/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Internally, Miden VM uses [rayon](https://github.com/rayon-rs/rayon) for paralle

### GPU acceleration

Miden VM proof generation can be accelerated via GPUs. Currently, GPU acceleration is enabled on Apple Silicon hardware (via [Metal](<https://en.wikipedia.org/wiki/Metal_(API)>)) and nVidia GPUs (via [Cuda](https://en.wikipedia.org/wiki/CUDA)).
Miden VM proof generation can be accelerated via GPUs. Currently, GPU acceleration is enabled on Apple Silicon hardware (via [Metal](<https://en.wikipedia.org/wiki/Metal_(API)>)) and Nvidia GPUs (via [Cuda](https://en.wikipedia.org/wiki/CUDA)).

To compile Miden VM with Metal acceleration enabled, you can run the following command:

Expand Down
2 changes: 1 addition & 1 deletion miden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ make exec
# build an executable for Apple silicon (concurrent+metal)
make exec-metal

# build an executable for nVidia GPU (concurrent+cuda)
# build an executable for Nvidia GPU (concurrent+cuda)
make exec-cuda

# build an executable for targets with AVX2 instructions (concurrent)
Expand Down

0 comments on commit bcee821

Please sign in to comment.