Skip to content

Commit

Permalink
A couple of corrections to TessellateIPU compatibility table. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
balancap authored Sep 27, 2023
1 parent 39d8d03 commit 0e27d03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| ---------------------- | ------------------ | ------------------ |-------- |
| `abs` | :white_check_mark: | :white_check_mark: | |
| `add` | :white_check_mark: | :white_check_mark: | |
| `acos` | :white_check_mark: | :white_check_mark: | |
| `acos` | :x: | :x: | Not directly available in Graphcore Poplibs |
| `approx_max_k` | :x: | :x: | |
| `approx_min_k` | :x: | :x: | |
| `argmax` | :x: | :x: | |
Expand Down Expand Up @@ -36,7 +36,7 @@
| `concatenate` | :white_check_mark: | :x: | |
| `conj` | :x: | :x: | |
| `conv` | :x: | :x: | |
| `convert_element_type` | :x: | :x: | |
| `convert_element_type` | :white_check_mark: | :x: | |
| `conv_general_dilated` | :x: | :x: | |
| `conv_transpose` | :x: | :x: | |
| `cos` | :white_check_mark: | :white_check_mark: | |
Expand All @@ -52,9 +52,9 @@
| `dynamic_slice` | :x: | :x: | |
| `dynamic_update_slice` | :x: | :x: | |
| `eq` | :white_check_mark: | :x: | |
| `erf` | :x: | :x: | |
| `erfc` | :x: | :x: | |
| `erf_inv` | :x: | :x: | |
| `erf` | :white_check_mark: | :white_check_mark: | |
| `erfc` | :x: | :x: | Not directly available in Graphcore Poplibs |
| `erf_inv` | :x: | :x: | Not directly available in Graphcore Poplibs |
| `exp` | :white_check_mark: | :x: | |
| `expand_dims` | :white_check_mark: | :x: | |
| `expm1` | :white_check_mark: | :x: | |
Expand Down

0 comments on commit 0e27d03

Please sign in to comment.