Titaniumtown
6b5c2efb4e
sycl: *glu flat path ( #26354 )
...
* tests: add SWIGLU perf cases
perf mode had no GLU coverage. Adds SWIGLU at 17408 columns, 512 and
2048 tokens, f16 and f32, with the operands both fused and split.
* sycl: consolidate fused-GLU kernels
They differed only in which op_* they called, so take the op as an argument and share a common launcher.
Their block sizes were all 256, so launch geometry is unchanged;
SYCL_GELU_BLOCK_SIZE and SYCL_SILU_BLOCK_SIZE lose their last users so are dropped.
* sycl: contiguous fast path for the fused GLU ops
o0 == n and o1 == n collapse the de-interleave index math to the
identity, so dispatch a flat kernel in that case. It fires for
ggml_glu_split with packed operands; a fused [gate|up] tensor keeps the
strided path. test-backend-ops perf -o SWIGLU on an Arc Pro B70: split
+14% f16 and +4% f32, fused unchanged.
2026-08-07 08:24:40 +03:00
..
2026-06-17 17:21:34 +03:00
2026-04-09 09:36:48 +03:00
2026-03-25 11:48:37 +02:00
2025-12-15 10:35:15 +08:00
2026-07-31 09:17:53 +03:00
2026-06-22 14:09:02 +03:00
2025-10-12 21:53:35 +08:00
2026-07-27 15:33:11 +03:00
2026-07-07 11:07:46 +03:00
2026-07-07 11:07:46 +03:00
2026-06-18 11:18:26 +03:00
2026-08-02 15:10:32 +08:00
2026-08-04 10:08:05 +08:00
2025-01-10 08:13:03 +08:00
2026-07-15 10:31:10 +03:00
2026-06-18 09:40:03 +03:00
2026-06-18 09:40:03 +03:00
2026-06-18 09:40:03 +03:00
2026-06-18 09:40:03 +03:00
2026-06-18 09:40:03 +03:00
2026-06-25 08:27:58 +03:00
2026-06-17 17:20:01 +03:00
2025-09-12 09:15:12 +08:00
2025-01-10 08:13:03 +08:00
2026-07-31 09:19:41 +03:00
2026-04-22 20:32:56 +08:00
2026-03-08 12:00:07 +08:00
2025-10-12 21:53:35 +08:00
2026-07-31 10:25:16 +03:00
2026-07-31 10:25:16 +03:00
2026-07-07 10:48:50 +03:00
2026-07-07 10:48:50 +03:00
2026-05-07 18:51:33 +03:00
2026-05-07 18:51:33 +03:00
2026-07-31 09:19:41 +03:00
2026-05-07 18:51:33 +03:00
2026-05-07 18:51:33 +03:00
2026-07-17 08:49:49 +03:00
2024-06-26 18:33:02 +03:00
2026-08-07 08:22:23 +03:00
2026-08-07 08:22:23 +03:00
2026-08-07 08:24:40 +03:00
2026-07-15 10:29:12 +03:00
2026-05-09 09:30:39 +03:00
2026-05-09 09:30:39 +03:00
2026-06-01 09:53:53 +03:00
2026-07-31 10:43:16 +03:00
2026-08-04 10:07:23 +08:00
2026-07-15 10:26:53 +03:00
2026-04-09 09:36:48 +03:00
2026-04-09 09:36:48 +03:00
2026-08-07 08:17:56 +03:00
2026-08-04 10:07:23 +08:00
2026-07-31 10:43:16 +03:00
2026-05-07 18:51:33 +03:00
2026-05-07 18:51:33 +03:00
2026-07-31 09:17:53 +03:00
2026-07-31 09:17:53 +03:00
2026-06-10 23:21:16 +05:30
2026-05-07 18:51:33 +03:00
2026-04-22 20:32:56 +08:00
2026-07-15 10:32:28 +03:00
2025-03-31 11:25:24 +02:00
2026-08-07 08:22:23 +03:00
2025-09-12 09:15:12 +08:00
2025-01-15 11:20:17 +08:00
2026-05-11 08:01:47 +03:00
2026-05-11 08:01:47 +03:00
2026-08-07 08:22:23 +03:00
2026-08-07 08:22:23 +03:00
2025-09-12 09:15:12 +08:00
2024-06-26 18:33:02 +03:00
2026-07-31 09:19:41 +03:00
2026-06-16 08:35:00 +03:00
2026-07-31 09:17:53 +03:00
2026-07-31 09:17:53 +03:00
2026-06-18 11:17:37 +03:00
2025-01-10 08:13:03 +08:00
2025-11-28 08:50:56 +08:00
2025-11-28 08:50:56 +08:00
2026-05-09 08:05:22 +08:00
2025-10-12 21:53:35 +08:00
2026-06-15 10:01:07 +03:00
2026-06-15 10:01:07 +03:00
2026-08-07 08:24:40 +03:00
2025-07-28 11:05:53 +01:00
2026-06-01 09:50:55 +03:00
2025-11-03 09:35:33 +08:00
2025-10-27 09:19:50 +08:00
2025-10-27 09:20:24 +08:00
2025-10-27 09:20:24 +08:00
2026-03-11 09:53:34 +08:00
2026-03-11 09:53:34 +08:00
2026-08-07 07:52:52 +03:00
2025-07-10 09:29:38 +01:00
2025-10-17 10:36:40 +08:00
2025-10-17 10:36:40 +08:00
2026-06-26 15:02:42 +08:00
2025-10-09 10:25:11 +03:00
2026-05-07 18:51:33 +03:00
2026-05-07 18:51:33 +03:00
2026-05-07 18:51:33 +03:00
2025-10-28 09:50:33 +08:00
2026-05-07 18:51:33 +03:00
2026-05-07 18:51:33 +03:00
2026-04-25 09:20:14 +03:00
2026-04-25 09:20:14 +03:00
2026-07-13 09:56:41 +03:00
2026-07-13 09:56:41 +03:00
2025-09-16 15:25:57 +02:00
2025-01-10 08:13:03 +08:00
2026-04-01 13:54:15 +03:00
2026-04-13 09:44:58 +08:00
2026-03-17 10:01:52 +08:00
2026-07-31 09:19:41 +03:00
2026-02-02 21:06:21 +08:00
2025-03-18 07:27:50 +08:00