Skip to content

Commit a11d237

Browse files
authored
docs(readme): fix typos in GPU acceleration section (#336)
1 parent e9b62e7 commit a11d237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There is currently one backend available for the implementation of Bls12 381:
1313

1414
## GPU
1515

16-
This fork contains GPU parallel acceleration to the FFT and Multiexponentation algorithms in the groth16 prover codebase under the compilation features `cuda` and `opencl`.
16+
This fork contains GPU parallel acceleration to the FFT and Multiexponentiation algorithms in the groth16 prover codebase under the compilation features `cuda` and `opencl`.
1717

1818
### Requirements
1919
- NVIDIA (Turing or newer) or
@@ -54,7 +54,7 @@ The gpu extension contains some env vars that may be set externally to this libr
5454

5555
- `BELLMAN_CPU_UTILIZATION`
5656

57-
Can be set in the interval [0,1] to designate a proportion of the multiexponenation calculation to be moved to cpu in parallel to the GPU to keep all hardware occupied.
57+
Can be set in the interval [0,1] to designate a proportion of the multiexponential calculation to be moved to cpu in parallel to the GPU to keep all hardware occupied.
5858

5959
```rust
6060
// Example

0 commit comments

Comments
 (0)