Merge pull request #41 from gomlx/add-gqa-fusedattention #202
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)
|