CI #264
Annotations
10 errors and 10 warnings
loopy/isl_helpers.py#L635
Operator "+" not supported for "None" (reportOptionalOperand)
|
loopy/codegen/result.py#L266
Cannot access attribute "extend" for class "Set"
Attribute "extend" is unknown (reportAttributeAccessIssue)
|
loopy/codegen/result.py#L266
Argument of type "list[Any]" cannot be assigned to parameter "default" of type "Set" in function "setdefault"
"list[Any]" is not assignable to "Set" (reportArgumentType)
|
loopy/codegen/result.py#L148
Argument of type "dict[Unknown, list[Unknown]]" cannot be assigned to parameter "implemented_domains" of type "Mapping[str, Set]" in function "__init__"
"list[Unknown]" is not assignable to "Set" (reportArgumentType)
|
loopy/codegen/loop.py#L316
Argument of type "Aff" cannot be assigned to parameter "pw_aff" of type "PwAff" in function "pw_aff_to_expr"
"Aff" is not assignable to "PwAff" (reportArgumentType)
|
loopy/codegen/__init__.py#L379
Argument of type "BasicSet" cannot be assigned to parameter "implemented_domain" of type "Set" in function "__init__"
"BasicSet" is not assignable to "Set" (reportArgumentType)
|
loopy/check.py#L1969
Argument of type "InameStr | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
Type "InameStr | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
loopy/check.py#L1905
"__getitem__" method not defined on type "Set" (reportIndexIssue)
|
loopy/check.py#L1904
"__getitem__" method not defined on type "Set" (reportIndexIssue)
|
loopy/check.py#L838
Argument of type "AbstractSet[str | Unknown]" cannot be assigned to parameter "params" of type "Sequence[str]"
"AbstractSet[str | Unknown]" is not assignable to "Sequence[str]" (reportArgumentType)
|
loopy/codegen/control.py#L421
Argument type is unknown
Argument corresponds to parameter "space" in function "universe" (reportUnknownArgumentType)
|
loopy/codegen/__init__.py#L407
Argument type is partially unknown
Argument corresponds to parameter "implemented_domains" in function "check_implemented_domains"
Argument type is "Mapping[str, Set] | Unknown" (reportUnknownArgumentType)
|
loopy/codegen/__init__.py#L372
Argument type is unknown
Argument corresponds to parameter "self" in function "from_params" (reportUnknownArgumentType)
|
loopy/codegen/__init__.py#L226
Argument type is unknown
Argument corresponds to parameter "aff" in function "equality_from_aff" (reportUnknownArgumentType)
|
loopy/codegen/__init__.py#L219
Argument type is unknown
Argument corresponds to parameter "s" in function "set_dim_name" (reportUnknownArgumentType)
|
loopy/check.py#L837
Argument type is unknown
Argument corresponds to parameter "ctx" (reportUnknownArgumentType)
|
loopy/check.py#L796
Argument type is unknown
Argument corresponds to parameter "space" in function "universe" (reportUnknownArgumentType)
|
loopy/auto_test.py#L547
Argument type is unknown
Argument corresponds to parameter "context" in function "__init__" (reportUnknownArgumentType)
|
loopy/auto_test.py#L473
Argument type is partially unknown
Argument corresponds to parameter "devices" in function "__init__"
Argument type is "list[Unknown]" (reportUnknownArgumentType)
|
loopy/auto_test.py#L184
Argument type is partially unknown
Argument corresponds to parameter "ary" in function "image_from_array"
Argument type is "ndarray[tuple[int, ...], dtype[generic[Any]]] | ndarray[Any, dtype[generic[Any]]] | Unknown" (reportUnknownArgumentType)
|
The logs for this run have expired and are no longer available.
Loading