Skip to content

Support Grouped Query Attention (GQA) and update flash attention options #201

Support Grouped Query Attention (GQA) and update flash attention options

Support Grouped Query Attention (GQA) and update flash attention options #201

Triggered via pull request July 11, 2026 05:08
Status Failure
Total duration 19s
Artifacts

linux_old_amd64_tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: compute/xla/ops.go#L776
impossible type assertion: target.(*Function)
test: compute/xla/flash.go#L504
options.Scale undefined (type *compute.ScaledDotProductAttentionConfig has no field or method Scale)
test: compute/xla/flash.go#L477
options.Mask undefined (type *compute.ScaledDotProductAttentionConfig has no field or method Mask)
test: compute/xla/flash.go#L405
options.Scale undefined (type *compute.ScaledDotProductAttentionConfig has no field or method Scale)
test: compute/xla/flash.go#L382
options.Mask undefined (type *compute.ScaledDotProductAttentionConfig has no field or method Mask)
test: compute/xla/flash.go#L66
cfg.Causal undefined (type *compute.ScaledDotProductAttentionConfig has no field or method Causal)
test: compute/xla/builder.go#L96
cannot use f (variable of type *Function) as compute.Function value in return statement: *Function does not implement compute.Function (wrong type for method FusedScaledDotProductAttention)
test: compute/xla/builder.go#L83
cannot use b.mainFn (variable of type *Function) as compute.Function value in return statement: *Function does not implement compute.Function (wrong type for method FusedScaledDotProductAttention)
test: compute/xla/function.go#L86
cannot use closure (variable of type *Function) as compute.Function value in return statement: *Function does not implement compute.Function (wrong type for method FusedScaledDotProductAttention)
test: compute/xla/function.go#L36
cannot use (*Function)(nil) (value of type *Function) as compute.Function value in variable declaration: *Function does not implement compute.Function (wrong type for method FusedScaledDotProductAttention)