Skip to content

Commit

Permalink
regenerated docu
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Feb 2, 2019
1 parent ca28555 commit 94807eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel® Open Image Denoise

This is release v0.8.0 of Open Image Denoise. For changes and new
This is release v0.8.1 of Open Image Denoise. For changes and new
features see the [changelog](CHANGELOG.md). Visit
http://www.openimagedenoise.org for more information.

Expand Down Expand Up @@ -31,7 +31,7 @@ Open Image Denoise internally builds on top of [Intel® Math Kernel
Library for Deep Neural Networks
(MKL-DNN)](https://github.com/intel/mkl-dnn), and fully exploits modern
instruction sets like Intel SSE4, AVX2, and AVX-512 to achieve high
denoising performance. A CPU with support for at least SSE4.2 is
denoising performance. A CPU with support for at least SSE4.1 is
required to run Open Image Denoise.

## Support and Contact
Expand Down Expand Up @@ -295,7 +295,7 @@ following:
| Name | Description |
| :-------------------------- | :-------------------------------------- |
| OIDN\_DEVICE\_TYPE\_DEFAULT | select the approximately fastest device |
| OIDN\_DEVICE\_TYPE\_CPU | CPU device (requires SSE4.2 support) |
| OIDN\_DEVICE\_TYPE\_CPU | CPU device (requires SSE4.1 support) |
Supported device types, i.e., valid constants of type `OIDNDeviceType`.
Expand Down
Binary file modified readme.pdf
Binary file not shown.

0 comments on commit 94807eb

Please sign in to comment.