File tree Expand file tree Collapse file tree
source/elements/oneMKL/source/domains/blas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 :header-rows: 1
3333
3434 * - T
35+ * - ``half ``
36+ * - ``bfloat16 ``
3537 * - ``float ``
3638 * - ``double ``
3739 * - ``std::complex<float> ``
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ The ``dot`` routines perform a dot product between two vectors:
2626
2727 * - T
2828 - T_res
29+ * - ``half ``
30+ - ``half ``
31+ * - ``bfloat16 ``
32+ - ``bfloat16 ``
2933 * - ``float ``
3034 - ``float ``
3135 * - ``double ``
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ where:
3030
3131 * - T
3232 - T_res
33+ * - ``half ``
34+ - ``half ``
35+ * - ``bfloat16 ``
36+ - ``bfloat16 ``
3337 * - ``float ``
3438 - ``float ``
3539 * - ``double ``
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ the sum of two of these scalar-vector products as follow:
3535
3636 * - T
3737 - T_scalar
38+ * - ``half ``
39+ - ``half ``
40+ * - ``bfloat16 ``
41+ - ``bfloat16 ``
3842 * - ``float ``
3943 - ``float ``
4044 * - ``double ``
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ where:
3232
3333 * - T
3434 - T_scalar
35+ * - ``half ``
36+ - ``half ``
37+ * - ``bfloat16 ``
38+ - ``bfloat16 ``
3539 * - ``float ``
3640 - ``float ``
3741 * - ``double ``
You can’t perform that action at this time.
0 commit comments