You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converts a floating point value to integer using stochastic rounding.
251
251
Has the same semantics as *OpStochasticRoundFToFINTEL*.
252
-
In case of overflow, the positive result is saturated to INT_MAX or INT_MIN depending on a sign bit.
252
+
In case of overflow, the result is saturated to INT_MAX or INT_MIN depending on a sign bit.
253
253
This instruction may be used for stochastic rounding operation, if a producer
254
254
passes pseudo-random _Seed_ value. +
255
255
+
@@ -267,7 +267,7 @@ _Next Seed_ must be of a _pointer type_ with *Function* storage class and 32-bit
267
267
+
268
268
1+|Capability: +
269
269
*{convert_capability_name}*
270
-
1+| 4+ | {OpStochasticRoundFToSINTEL_token}
270
+
1+| 4+ | {OpClampStochasticRoundFToSINTEL_token}
271
271
| _<id>_ +
272
272
_Result Type_
273
273
| _Result <id>_
@@ -285,10 +285,10 @@ Validation Rules
285
285
286
286
Add the following bullets to section 2.16.11, Universal Validation Rules:
287
287
288
-
* Variables with a type that is or includes a floating-point type with the *BFloat16KHR*, *Float8E4M3EXT*and *Float8E5M2EXT* encodings can also be used with the following instructions:
288
+
* Variables with a type that is or includes a floating-point type with the *BFloat16KHR*, *Float8E4M3EXT*, *Float8E5M2EXT* and *Float4E2M1INTEL* encodings can also be used with the following instructions:
289
289
** *OpClampConvertFToFINTEL*
290
290
291
-
* Variables with a type that is or includes a floating-point type with the *BFloat16KHR*, *Float8E5M2EXT* and *Float4E2M1INTEL* encodings can also be used with the following instructions:
291
+
* Variables with a type that is or includes a floating-point type with the *BFloat16KHR*, *Float8E4M3EXT*, *Float8E5M2EXT* and *Float4E2M1INTEL* encodings can also be used with the following instructions:
0 commit comments