Skip to content

Commit

Permalink
Update READMY.md
Browse files Browse the repository at this point in the history
new contraction data type
* cf32
* cf64
  • Loading branch information
CongMa13 committed Jan 2, 2024
1 parent bae138b commit dcbd92d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@ hiptensor supports a tensor contraction of the form $D = \alpha AB + \beta C$
Supported data-type combinations are:

| typeA | typeB | typeC | typeCompute | notes |
| ----------- | ----------- | ----------- | ----------------- | ---------------------------------- |
|-------------|-------------|-------------|-------------------|------------------------------------|
| bf16 | bf16 | bf16 | f32 | |
| __half | __half | __half | f32 | |
| f32 | f32 | f32 | bf16 | |
| f32 | f32 | f32 | __half | |
| f32 | f32 | f32 | f32 | |
| f64 | f64 | f64 | f32 | f64 is supported only on gfx90a + |
| f64 | f64 | f64 | f64 | f64 is supported only on gfx90a + |
| cf32 | cf32 | cf32 | cf32 | cf32 is supported only on gfx90a + |
| cf64 | cf64 | cf64 | cf64 | cf64 is supported only on gfx90a + |

### Operation: Permutation tensor

Expand Down

0 comments on commit dcbd92d

Please sign in to comment.