We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facb207 commit 33b2f80Copy full SHA for 33b2f80
GenXIntrinsics/include/llvm/GenXIntrinsics/Intrinsic_definitions.py
@@ -1845,6 +1845,22 @@
1845
"attributes" : "NoMem"
1846
},
1847
1848
+### ``llvm.genx.biased.rounding.bf8.*`` : biased rounding instruction
1849
+### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1850
+###
1851
+### * arg0: input, vNf16
1852
+### * arg1: bias, vNi8
1853
1854
+### * Return value: result, vNi8
1855
1856
1857
+ "biased_rounding_bf8" : { "result" : "anyint",
1858
+ "arguments" : ["anyvector", 0],
1859
+ "attributes" : "NoMem",
1860
+ "platforms" : "Xe3+"
1861
+ },
1862
+
1863
1864
### bf_cvt
1865
### ^^^^^^
1866
###
0 commit comments