Skip to content

Merge pull request #41 from gomlx/add-gqa-fusedattention #202

Merge pull request #41 from gomlx/add-gqa-fusedattention

Merge pull request #41 from gomlx/add-gqa-fusedattention #202

Triggered via push July 11, 2026 05:12
Status Failure
Total duration 46s
Artifacts
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)