Amrita H S
0d6d459161
power/bgemm: add BFloat16-in, BFloat16-out GEMM kernel for POWER10
...
Add BGEMM (BF16 input → BF16 output) for POWER10 by reusing the
existing SBGEMM kernel infrastructure. A -DBGEMM compile flag switches
only the store path; the xvbf16ger2pp MMA instruction and BF16 packing
routines are shared with SBGEMM unchanged.
Changes
-------
kernel/power/KERNEL.POWER10
- Register BGEMM kernel and copy-routine targets, reusing the
sbgemm_ncopy/tcopy sources (packing layout is identical).
kernel/power/sbgemm_kernel_power10.c
- Under BGEMM: force v4sf_t to float so accumulators stay in
float32; add STORE4_BF16/STORE2_BF16 macros (read BF16 C, widen,
apply alpha*acc, convert back via xvcvspbf16, store); add
f32_to_bf16_scalar() for m&1/n&1 tails; add BGEMM variants of
all SAVE_ACC macros covering the full m/n tile hierarchy.
param.h
- Add BGEMM_DEFAULT_UNROLL_M=16, UNROLL_N=8, P/Q/R blocking
parameters for POWER10, matching the 16x8 kernel tile.
Unit test (utest/test_extensions/test_bgemm.c)
- Uses SBGEMM as a trusted reference. 21 test cases cover all four
transpose combinations, all m/n remainder paths, odd-k, alpha=0,
beta=0/1, and the m>=32 fast path. Tolerance 0.01 to account for
the one extra BF16 rounding on the BGEMM store.
Performance (POWER10, single-threaded, Transa=N Transb=N)
----------------------------------------------------------
Step=1 (sizes 1–200):
- Sizes 1–80: baseline 0.1–128 MFlops (scalar fallback);
patch 0.1–39,656 MFlops (up to ~350x faster at M=80).
- Sizes 81–200: patch 3x–24x faster (avg ~10x) with 16×8 MMA tile
engaged.
Step=8 (sizes 8–1024):
- Baseline peaks at ~2,950 MFlops (avg ~1,746 MFlops).
- Patch sustains 75,000–1,009,866 MFlops for sizes 384–960,
exceeding 1 TFlops at large sizes.
- Median speedup ~99x; average speedup ~140x across all sizes.
Signed-off-by: Amrita H S <amritahs@linux.vnet.ibm.com >
2026-07-23 02:13:31 -05:00
..
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2011-01-24 14:54:24 +00:00
2025-09-17 07:02:18 -07:00
2020-07-23 17:08:20 +02:00
2025-09-17 07:02:18 -07:00
2020-02-13 22:44:09 +01:00
2020-03-03 12:35:10 -06:00
2020-10-29 14:57:51 -05:00
2019-08-30 04:09:15 +00:00
2025-09-17 07:02:18 -07:00
2022-05-12 11:17:33 -05:00
2020-07-23 17:08:20 +02:00
2025-09-17 07:02:18 -07:00
2019-11-26 21:55:04 -07:00
2022-07-18 14:48:43 -05:00
2020-06-30 15:16:39 +02:00
2022-11-16 22:24:01 +01:00
2026-06-04 01:49:08 -05:00
2021-09-30 06:06:27 -05:00
2016-04-04 09:12:08 +02:00
2022-11-16 22:24:01 +01:00
2020-06-24 14:48:15 -05:00
2019-08-20 06:51:35 -05:00
2022-11-16 22:24:01 +01:00
2021-09-30 06:06:27 -05:00
2018-02-16 23:36:46 +00:00
2016-04-23 07:37:18 +02:00
2019-08-20 06:51:35 -05:00
2022-11-16 22:24:01 +01:00
2022-11-16 22:24:01 +01:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2014-06-27 12:05:18 -07:00
2022-11-16 22:24:01 +01:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2021-09-30 06:06:27 -05:00
2020-10-18 19:37:04 +02:00
2016-04-04 09:12:08 +02:00
2019-08-20 06:51:35 -05:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2021-09-30 06:06:27 -05:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2022-05-12 11:17:33 -05:00
2020-07-23 17:08:20 +02:00
2025-09-17 07:02:18 -07:00
2022-05-12 11:17:33 -05:00
2020-07-23 17:08:20 +02:00
2025-09-17 07:02:18 -07:00
2025-09-29 02:02:13 -05:00
2020-11-07 15:21:58 -06:00
2020-07-23 17:08:20 +02:00
2016-03-01 07:33:56 +01:00
2020-10-18 19:41:43 +02:00
2022-11-16 22:24:01 +01:00
2026-06-15 11:22:10 +02:00
2016-05-17 14:45:27 +02:00
2022-11-16 22:24:01 +01:00
2019-08-20 06:51:35 -05:00
2022-11-16 22:24:01 +01:00
2018-02-18 01:30:17 +00:00
2026-06-04 01:49:08 -05:00
2016-04-29 12:52:47 +02:00
2019-08-20 06:51:35 -05:00
2026-06-10 04:22:48 -05:00
2026-06-10 04:22:48 -05:00
2023-08-17 15:05:29 +01:00
2026-06-10 04:22:48 -05:00
2024-01-08 14:16:09 -06:00
2016-05-17 14:45:27 +02:00
2024-01-08 14:16:09 -06:00
2024-01-08 14:16:09 -06:00
2025-09-17 07:02:18 -07:00
2026-02-22 13:42:41 +01:00
2020-11-29 15:28:28 -06:00
2025-09-26 16:52:17 +02:00
2026-06-10 04:22:48 -05:00
2020-07-27 14:11:07 -05:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2021-09-30 06:06:27 -05:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2024-07-21 13:42:47 +02:00
2025-09-17 07:02:18 -07:00
2022-05-12 11:17:33 -05:00
2020-10-18 19:29:45 +02:00
2016-03-05 10:27:27 +01:00
2019-08-20 06:51:35 -05:00
2020-10-18 19:31:01 +02:00
2016-05-23 11:20:41 +02:00
2019-08-20 06:51:35 -05:00
2014-06-27 12:05:18 -07:00
2019-06-25 10:58:56 +02:00
2026-06-03 02:34:53 -05:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2024-07-19 02:08:19 -04:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2016-03-01 07:33:56 +01:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2022-06-25 03:46:46 -03:00
2016-03-01 07:33:56 +01:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2022-04-16 10:00:10 +02:00
2021-06-10 11:17:33 +02:00
2022-04-16 10:04:27 +02:00
2024-07-19 02:08:19 -04:00
2019-06-25 10:58:56 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2019-09-22 22:35:22 +02:00
2020-03-03 12:35:10 -06:00
2022-11-16 22:24:01 +01:00
2020-02-13 18:38:43 +01:00
2020-03-03 12:35:10 -06:00
2022-11-16 22:24:01 +01:00
2021-09-15 13:36:07 -05:00
2020-07-23 17:08:20 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2020-02-12 23:59:50 +01:00
2020-03-03 12:35:10 -06:00
2022-11-16 22:24:01 +01:00
2020-02-13 00:00:32 +01:00
2020-03-03 12:35:10 -06:00
2022-11-16 22:24:01 +01:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2020-07-23 17:08:20 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2020-07-23 17:08:20 +02:00
2014-06-27 12:05:18 -07:00
2025-01-22 11:41:12 +08:00
2014-06-27 12:05:18 -07:00
2011-01-24 14:54:24 +00:00
2011-01-24 14:54:24 +00:00
2025-09-25 20:31:12 +02:00
2018-04-23 19:05:49 +02:00
2024-10-13 13:46:11 -05:00
2024-10-13 13:46:11 -05:00
2026-07-23 02:13:31 -05:00
2021-06-10 11:14:03 +02:00
2011-01-24 14:54:24 +00:00
2026-04-30 17:25:25 +02:00
2025-01-27 09:32:17 +01:00
2023-08-16 00:48:40 +02:00
2011-01-24 14:54:24 +00:00
2011-01-24 14:54:24 +00:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2023-08-10 16:55:17 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2025-09-29 02:02:13 -05:00
2021-09-30 06:06:27 -05:00
2025-09-17 07:02:18 -07:00
2024-05-12 23:27:55 -05:00
2020-07-24 11:06:20 +02:00
2026-07-23 02:13:31 -05:00
2020-10-13 16:05:10 -05:00
2024-07-09 13:10:03 -05:00
2020-10-13 16:05:10 -05:00
2020-10-13 16:05:10 -05:00
2024-10-13 13:46:11 -05:00
2024-10-13 13:46:11 -05:00
2024-10-13 13:46:11 -05:00
2024-10-13 13:46:11 -05:00
2024-10-13 13:46:11 -05:00
2024-10-13 13:46:11 -05:00
2024-10-17 08:25:02 -05:00
2024-10-13 13:46:11 -05:00
2014-06-27 12:05:18 -07:00
2024-10-06 19:57:17 +02:00
2026-04-30 17:31:01 +02:00
2025-09-17 07:02:18 -07:00
2022-05-12 11:17:33 -05:00
2020-07-23 17:08:20 +02:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2020-11-07 15:21:58 -06:00
2020-07-23 17:08:20 +02:00
2019-06-25 10:58:56 +02:00
2022-11-16 22:24:01 +01:00
2026-06-04 01:49:08 -05:00
2016-04-21 11:37:57 +02:00
2022-11-16 22:24:01 +01:00
2019-08-20 06:51:35 -05:00
2022-11-16 22:24:01 +01:00
2024-01-30 09:13:16 -06:00
2021-11-28 12:41:16 -06:00
2021-11-28 12:41:16 -06:00
2021-11-28 12:41:16 -06:00
2021-11-28 12:41:16 -06:00
2018-02-16 23:36:46 +00:00
2023-12-08 12:36:08 -06:00
2016-04-23 10:04:41 +02:00
2016-04-21 11:37:57 +02:00
2019-08-20 06:51:35 -05:00
2023-12-08 12:36:08 -06:00
2023-12-08 12:36:08 -06:00
2022-11-16 22:24:01 +01:00
2025-04-20 08:00:29 +00:00
2025-02-12 09:07:20 +01:00
2025-04-21 23:14:10 +02:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2021-09-30 06:06:27 -05:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2024-07-21 13:42:47 +02:00
2025-09-17 07:02:18 -07:00
2022-05-12 11:17:33 -05:00
2011-01-24 14:54:24 +00:00
2020-10-19 09:12:12 +02:00
2016-04-02 17:16:36 +02:00
2019-08-20 06:51:35 -05:00
2019-03-30 22:23:42 +01:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2021-09-15 13:36:07 -05:00
2019-06-25 10:58:56 +02:00
2021-09-15 13:36:07 -05:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2020-12-04 17:07:06 -06:00
2020-12-04 17:07:06 -06:00
2019-06-25 10:58:56 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2025-09-26 16:54:03 +02:00
2014-06-27 12:05:18 -07:00
2020-07-23 17:08:20 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2025-09-29 02:02:13 -05:00
2020-09-17 12:56:28 -05:00
2019-06-25 10:58:56 +02:00
2020-07-23 17:08:20 +02:00
2019-06-25 10:58:56 +02:00
2014-06-27 12:05:18 -07:00
2025-09-26 16:54:03 +02:00
2020-10-21 09:53:45 -05:00
2020-07-23 17:08:20 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2025-09-26 16:54:03 +02:00
2014-06-27 12:05:18 -07:00
2022-07-18 14:48:43 -05:00
2014-06-27 12:05:18 -07:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2024-07-19 02:08:19 -04:00
2022-11-16 22:24:01 +01:00
2026-06-15 11:22:10 +02:00
2022-06-17 08:18:08 -05:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2016-04-22 13:07:12 +02:00
2022-11-16 22:24:01 +01:00
2020-06-24 14:50:12 -05:00
2019-08-20 06:51:35 -05:00
2022-11-16 22:24:01 +01:00
2021-09-30 06:06:27 -05:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2018-02-16 23:36:46 +00:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2016-04-22 13:07:12 +02:00
2019-08-20 06:51:35 -05:00
2021-09-15 13:36:07 -05:00
2021-09-15 13:36:07 -05:00
2019-06-25 10:58:56 +02:00
2021-06-10 11:20:29 +02:00
2021-09-30 06:06:27 -05:00
2019-06-25 10:58:56 +02:00
2021-06-10 11:19:40 +02:00
2019-06-25 10:58:56 +02:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2023-08-10 16:55:17 +02:00
2014-06-27 12:05:18 -07:00
2020-07-23 17:08:20 +02:00
2014-06-27 12:05:18 -07:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2025-09-17 07:02:18 -07:00
2025-05-24 06:06:24 -07:00
2025-05-24 06:06:24 -07:00
2026-04-30 17:29:31 +02:00
2019-03-30 22:23:42 +01:00
2014-06-27 12:05:18 -07:00
2025-09-17 07:02:18 -07:00
2021-09-30 06:06:27 -05:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2016-03-05 10:27:27 +01:00
2019-08-20 06:51:35 -05:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00
2019-06-25 10:58:56 +02:00