Skip to content

Commit

Permalink
Add stochastic rounding intrinsic
Browse files Browse the repository at this point in the history
.
  • Loading branch information
vsemenov368 authored and sys-cmllvm committed Jan 30, 2025
1 parent facb207 commit 33b2f80
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,22 @@
"attributes" : "NoMem"
},

### ``llvm.genx.biased.rounding.bf8.*`` : biased rounding instruction
### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
###
### * arg0: input, vNf16
### * arg1: bias, vNi8
###
### * Return value: result, vNi8
###
###
"biased_rounding_bf8" : { "result" : "anyint",
"arguments" : ["anyvector", 0],
"attributes" : "NoMem",
"platforms" : "Xe3+"
},


### bf_cvt
### ^^^^^^
###
Expand Down

0 comments on commit 33b2f80

Please sign in to comment.