vulkan: handle rope with large number of rows (#18306)

This commit is contained in:
Jeff Bolz
2025-12-26 09:53:46 -06:00
committed by GitHub
parent 4893cc07bb
commit 10dc500bdb
7 changed files with 34 additions and 7 deletions
@@ -6,6 +6,7 @@
struct rope_params {
uint rope_mode;
uint ncols;
uint nrows;
uint n_dims;
float freq_scale;
uint p_delta_rows;