Jeff Bolz
716bd6dec3
vulkan: optimize mul_mat for small values of N ( #10991 )
...
Make the mul_mat_vec shaders support N>1 (as a spec constant, NUM_COLS) where
the batch_strides are overloaded to hold the row strides. Put the loads from the
B matrix in the innermost loop because it should cache better.
Share some code for reducing the result values to memory in mul_mat_vec_base.
2024-12-30 18:27:11 +01:00
..
2024-03-09 14:17:11 +02:00
2024-12-17 19:09:35 +01:00
2024-01-26 14:18:00 +02:00
2024-01-26 14:18:00 +02:00
2024-11-07 17:31:10 -04:00
2024-11-25 09:58:41 +02:00
2024-02-16 11:31:07 +02:00
2024-12-30 18:27:11 +01:00
2024-11-03 19:34:08 +01:00
2024-01-29 15:50:50 -05:00
2024-12-23 01:35:44 +01:00
2024-07-12 10:46:02 +03:00
2024-12-19 08:53:58 +01:00
2024-12-19 17:42:13 +02:00
2024-09-07 15:16:19 +03:00
2024-10-16 19:03:24 +03:00
2024-12-19 17:42:13 +02:00
2024-10-10 22:57:42 +02:00
2024-12-04 10:45:48 +01:00
2024-02-16 11:31:07 +02:00
2024-11-17 08:30:29 +02:00
2024-11-25 15:17:32 +02:00
2024-11-17 08:30:29 +02:00
2024-12-14 14:43:46 +02:00
2024-12-16 12:31:14 +02:00
2024-10-10 22:57:42 +02:00
2024-05-05 08:07:48 +03:00
2024-05-28 15:04:09 +03:00
2024-10-10 22:57:42 +02:00
2024-10-10 22:57:42 +02:00
2024-07-13 23:35:10 -04:00