Skip to content

native upcasts

native upcasts #461

Triggered via pull request August 29, 2023 20:15
Status Failure
Total duration 15m 52s
Artifacts

ci.yml

on: pull_request
Matrix: downstream_tests
Matrix: examples
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

37 errors
Flake8
Process completed with exit code 1.
Pytest Linux on Py3.8: test/test/test/test_isl.py#L95
test_upcast AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
Pytest Linux on Py3.8: test/test/test/test_isl.py#L114
test_pickling AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
Pytest Linux on Py3.8: test/test/test/test_isl.py#L154
test_count_brick_ish TypeError: dim_max(): incompatible function arguments. The following argument types are supported: 1. (self: arg, arg0: arg) -> None Invoked with: BasicSet("[n] -> { [i, j] : 0 <= i < n and 0 <= j <= i and j < n }"), 0
Pytest Linux on Py3.8: test/test/test/test_isl.py#L1106
test_align_spaces AttributeError: 'islpy._isl.BasicMap' object has no attribute 'get_dim_id'
Pytest Linux on Py3.8: test/test/test/test_isl.py#L360
test_isl_align_two assert Aff("[t1, t0, t2] -> { [(32)] }") == Aff("[t1, t0, t2] -> { [(32)] }") + where Aff("[t1, t0, t2] -> { [(32)] }") = <class 'islpy._isl.Aff'>('[t1, t0, t2] -> { [(32)] }') + where <class 'islpy._isl.Aff'> = isl.Aff
Pytest Linux on Py3.8: test/test/test/test_isl.py#L416
test_union_casts TypeError: union(): incompatible function arguments. The following argument types are supported: 1. (self: islpy._isl.BasicSet, bset2: islpy._isl.BasicSet) -> object Invoked with: BasicSet("{ [i0] : i0 = 1 }"), UnionSet("{ [0] }")
Pytest Linux on Py3.8
Process completed with exit code 1.
Pytest Linux on Py3.10
The job was canceled because "_3_8" failed.
Pytest Linux on Py3.10: test/test/test/test_isl.py#L154
test_count_brick_ish TypeError: dim_max(): incompatible function arguments. The following argument types are supported: 1. (self: arg, arg0: arg) -> None Invoked with: BasicSet("[n] -> { [i, j] : 0 <= i < n and 0 <= j <= i and j < n }"), 0
Pytest Linux on Py3.10: test/test/test/test_isl.py#L95
test_upcast AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
Pytest Linux on Py3.10: test/test/test/test_isl.py#L114
test_pickling AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
Pytest Linux on Py3.10: test/test/test/test_isl.py#L1106
test_align_spaces AttributeError: 'islpy._isl.BasicMap' object has no attribute 'get_dim_id'. Did you mean: 'has_dim_id'?
Pytest Linux on Py3.10: test/test/test/test_isl.py#L416
test_union_casts TypeError: union(): incompatible function arguments. The following argument types are supported: 1. (self: islpy._isl.BasicSet, bset2: islpy._isl.BasicSet) -> object Invoked with: BasicSet("{ [i0] : i0 = 1 }"), UnionSet("{ [0] }")
Pytest Linux on Py3.10: test/test/test/test_isl.py#L360
test_isl_align_two assert Aff("[t1, t0, t2] -> { [(32)] }") == Aff("[t1, t0, t2] -> { [(32)] }") + where Aff("[t1, t0, t2] -> { [(32)] }") = <class 'islpy._isl.Aff'>('[t1, t0, t2] -> { [(32)] }') + where <class 'islpy._isl.Aff'> = isl.Aff
Pytest Linux on Py3.10
The operation was canceled.
Pytest Linux on Py3.x
The job was canceled because "_3_8" failed.
Pytest Linux on Py3.x
The operation was canceled.
Documentation
Process completed with exit code 2.
Tests for downstream project loopy: loopy/test/test/test/test_expression.py#L218
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-int-0-PyOpenCLTarget] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L218
test_empty_sub_array_refs[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-True] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L218
test_inlining_w_zero_stride_callee_args[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_apps.py#L218
test_convolution[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("[nimgs, im_w, im_h, f_w, nfeats, ncolors] -> { : nimgs >= 0 and f_w > 0 and 2f_w < im_h and 2f_w < im_w and nfeats > 0 }")
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L218
test_array_inputs_to_callee_kernels[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-False] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_expression.py#L218
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-int-0-ExecutableCTarget] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L218
test_call_kernel_w_preds[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-True] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L218
test_array_inputs_to_callee_kernels[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-True] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_expression.py#L218
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>-int-1-PyOpenCLTarget] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("{ : }")
Tests for downstream project loopy: loopy/test/test/test/test_apps.py#L218
test_convolution_with_nonzero_base[<context factory for <pyopencl.Device 'cpu-Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz' on 'Portable Computing Language'>>] TypeError: is_params(): incompatible function arguments. The following argument types are supported: 1. (self: arg) -> None Invoked with: BasicSet("[nimgs, im_w, im_h, f_w, nfeats, ncolors] -> { : nimgs >= 0 and f_w > 0 and 2f_w < im_h and 2f_w < im_w and nfeats > 0 }")
Test barvinok build script
Process completed with exit code 134.
Pytest macOS: test/test/test/test_isl.py#L95
test_upcast AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
Pytest macOS: test/test/test/test_isl.py#L154
test_count_brick_ish TypeError: dim_max(): incompatible function arguments. The following argument types are supported: 1. (self: arg, arg0: arg) -> None Invoked with: BasicSet("[n] -> { [i, j] : 0 <= i < n and 0 <= j <= i and j < n }"), 0
Pytest macOS: test/test/test/test_isl.py#L114
test_pickling AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
Pytest macOS: test/test/test/test_isl.py#L1106
test_align_spaces AttributeError: 'islpy._isl.BasicMap' object has no attribute 'get_dim_id'
Pytest macOS: test/test/test/test_isl.py#L360
test_isl_align_two assert Aff("[t1, t0, t2] -> { [(32)] }") == Aff("[t1, t0, t2] -> { [(32)] }") + where Aff("[t1, t0, t2] -> { [(32)] }") = <class 'islpy._isl.Aff'>('[t1, t0, t2] -> { [(32)] }') + where <class 'islpy._isl.Aff'> = isl.Aff
Pytest macOS: test/test/test/test_isl.py#L416
test_union_casts TypeError: union(): incompatible function arguments. The following argument types are supported: 1. (self: islpy._isl.BasicSet, bset2: islpy._isl.BasicSet) -> object Invoked with: BasicSet("{ [i0] : i0 = 1 }"), UnionSet("{ [0] }")
Pytest macOS
Process completed with exit code 1.