Skip to content

Merge pull request #37 from guygrigsby/flash-attention #187

Merge pull request #37 from guygrigsby/flash-attention

Merge pull request #37 from guygrigsby/flash-attention #187

Triggered via push July 3, 2026 13:28
Status Failure
Total duration 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: compute/xla/flash.go#L369
options.QuerySeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method QuerySeqLen)
test: compute/xla/flash.go#L366
options.KeyValueSeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method KeyValueSeqLen)
test: compute/xla/flash.go#L363
options.QuerySeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method QuerySeqLen)
test: compute/xla/flash.go#L273
options.KeyValueSeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method KeyValueSeqLen)
test: compute/xla/flash.go#L273
options.QuerySeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method QuerySeqLen)
test: compute/xla/flash.go#L59
cfg.KeyValueSeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method KeyValueSeqLen)
test: compute/xla/flash.go#L59
cfg.QuerySeqLen undefined (type *compute.ScaledDotProductAttentionConfig has no field or method QuerySeqLen)
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#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)