The llama.cpp project released version b11005, which includes a fix for the Hexagon backend to accept zeroed rope probes in supports_op.

Previously, rejecting probes with n_dims == 0 or freq_base == 0 forced rope_freqs onto the CPU, causing unnecessary graph splits. This change prevents such splits, reducing the number of divisions in models like gemma-4-E2B from five to two.