Views
No views yet
gfx1100) GPUs.attention_decode(query, key, value, num_key_value_groups=None, scaling=None)rdna3_gqa_attention_forward(...), a Transformers AttentionInterface-style
wrapper that uses the native kernel for supported cached-decode calls and
falls back to PyTorch SDPA otherwise.1from kernels import get_kernel
2
3kernel = get_kernel("valoomba/rdna3-qwen-attention", version=1)
4out = kernel.attention_decode(query, key, value)kernel.rdna3_gqa_attention_forward
with the model's attention registry in the calling project.kernels benchmark valoomba/rdna3-qwen-attention --version 1