Skip to content

Commit

Permalink
fix docs release domain
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHibnik committed Nov 11, 2024
1 parent d36d778 commit ddeb711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/icicle/primitives/ntt.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ template <typename S> S get_root_of_unity(uint64_t max_size);

Finally, release the domain to free up device memory when not required:
```cpp
template <typename S> S get_root_of_unity(uint64_t max_size);
template <typename S> eIcicleError ntt_release_domain();
```

where
Expand Down

0 comments on commit ddeb711

Please sign in to comment.