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
Copy file name to clipboardexpand all lines: include/oneapi/dnnl/dnnl_common_types.h
+2
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ typedef enum {
105
105
/// [MX-compliant 8-bit compliant scale data type](https://www.opencompute.org/documents/ocp-microscaling-formats-mx-v1-0-spec-final-pdf) with 8-bit exponent.
106
106
dnnl_e8m0=13,
107
107
108
+
/// 1-bit integer.
109
+
dnnl_bin=14,
108
110
/// Parameter to allow internal only data_types without undefined behavior.
109
111
/// This parameter is chosen to be valid for so long as sizeof(int) >= 2.
0 commit comments